reddit/devvit-mcp
If you are the rightful owner of devvit-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A companion MCP server for writing applications on Reddit's developer platform.
Tools
Functions exposed to the LLM to take actions
devvit_search
Search indexed documentation for the latest version of devvit.
For redis docs, use redis.{my_command}
Examples:
- {query: "how do hooks work"}
- {query: "redis.bitfield"}
- {query: "useState"}
- {query: "working with useState", limit: 10}
- {query: "scheduler"}
devvit_logs
Streams logs for an installation within a specified subreddit.
This is a convenience wrapper around the devvit logs
CLI command. Supply a subreddit, and optionally an app name, as well as any CLI flags you would normally pass to devvit logs
. The tool will execute the command in a child process and return the resulting output (up to a reasonable size limit) or an error message if the command fails.
Examples: { subreddit: "mySubreddit" } { subreddit: "r/myTestSubreddit", app: "my-app", json: true, since: "15m" }
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client