Devvit Mcp
About
A companion server for building applications on Reddit's developer platform.
Details
- Author
- GitHub stars
- 13
- Downloads
- 313
- Categories
- Developer Tools, Other, Automation
Jump to
- Companion MCP server for Reddit developer platform.
- Easy installation via npx in any MCP client.
- Supports opt-out of telemetry data collection.
- Works with Claude Desktop and other MCP-compatible editors.
- Provides a logger shim to avoid JSON parsing errors.
- Automated versioning via CI/CD (no manual version bumps).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Devvit McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the Devvit Mcp server to your mcp.json configuration with the command npx -y @devvit/mcp. To opt out of telemetry, set the environment variable DEVVIT_DISABLE_METRICS to true. For local development, clone the repository, run npm install and npm run dev.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"devvit mcp": {
"devvit-mcp": {
"command": "npx",
"args": [
"-y",
"@devvit/mcp"
]
}
}
}
}
McpServers
{
"devvit-mcp": {
"command": "npx",
"args": [
"-y",
"@devvit/mcp"
]
}
}
A companion MCP server for writing applications on Reddit's developer platform.
Add the following to yourmcp.jsonfor the editor or LLM of choice.
{ "mcpServers": { "devvit-mcp": { "command": "npx", "args": ["-y", "@devvit/mcp"] } } }
{ "mcpServers": { "devvit-mcp": { "command": "npx", "args": ["-y", "@devvit/mcp"], "env": { "DEVVIT_DISABLE_METRICS": "true" } } } }
git clone git@github.com:reddit/devvit-mcp.git cd devvit-mcp nvm use npm install npm run dev
If you want to test your MCP server inside of other projects. Pass in the entire path to your node runtime and the location of/dist/index.json your machine.
- Node path:which node
- Dist:pwdfrom the root of yourdevvit-mcp+/dist/index.js
{ "mcpServers": { "devvit-mcp": { "command": "/Users/marcus.wood/.nvm/versions/node/v22.13.0/bin/node", "args": ["/Users/marcus.wood/open-source/devvit-mcp/dist/index.js"] } } }
- Never put aconsole.login the hot path of your app if you're trying to debug. You'll see weird error messages likeUnexpected token 'a', " at Anthrop"... is not valid JSON. We've shimmedloggerto automatically handle this conversion for you.
- Only log console.error in your MCP when running through MCP.
-
Usingnpm run dev, going to tools, listing them out, and triggering is the best experience.
To test this live with logs, useClaude desktopand connecting the MCP there. They have log files that report errors on your machine. You can view them by opening in VSCode or runningtailcommands.
Error: Server does not support logging (required for notifications/message) at Server.assertNotificationCapability
You need to add the capability to yournew MCPServer.Use this permalinkto know what key you should add.
This package uses automated versioning managed by CI/CD. The version inpackage.jsonis a placeholder and will be automatically updated during the release process. Check git tags for the actual released versions.
Huge thanks to Arabold for open sourcingdocs-mcp-server. Portions of this code is heavily inspired by this library. Please use it if you need other docs servers!
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Connect bugAgent to any MCP-compatible AI client. File, classify, and manage bugs, feature requests, and more directly from your AI coding assistant. No context switching, no copy-paste — just describe the issue and bugAgent handles the rest.
What Shopify did for ecommerce, Chipp does for AI agents. Build, deploy, and monetize AI agents for your business — no engineering team required.
CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.
his repository contains a fully functional MCP (Model Context Protocol) server, providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). It is based on the gurddy package and supports solving a variety of classic problems.
Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.
Agents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
Single tool to control all 100+ API integrations, and UI components
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


