Devvit Mcp
关于 Devvit Mcp
MCP server for writing Devvit applications
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"devvit-mcp": {
"command": "npx",
"args": [
"-y",
"@devvit/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Devvit Mcp?
Devvit Mcp is an MCP (Model Context Protocol) server that serves as a companion for writing applications on Reddit’s developer platform. It is intended for developers building Reddit apps using the Devvit framework.
How to use Devvit Mcp?
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.
Key features of Devvit Mcp
- Companion MCP server for Reddit developer platform.
- Easy installation via
npxin any MCP client. - Supports opt-out of telemetry data collection.
- Works with Claude Desktop and other MCP-compatible editors.
- Provides a
loggershim to avoid JSON parsing errors. - Automated versioning via CI/CD (no manual version bumps).
Use cases of Devvit Mcp
- Building and testing Reddit applications with an AI-powered coding assistant.
- Debugging Devvit apps by interacting with them through MCP tools.
- Automating common Reddit development tasks via MCP‑enabled LLMs.
FAQ from Devvit Mcp
How do I opt out of telemetry?
Set the DEVVIT_DISABLE_METRICS environment variable to "true" in the MCP server configuration. Example: "env": { "DEVVIT_DISABLE_METRICS": "true" }.
Why do I see “Unexpected token” errors when using console.log?
Avoid using console.log in the hot path of your app. The MCP protocol expects strict JSON output; console.log breaks that. Use the provided logger shim instead, which handles conversion automatically.
How can I debug the Devvit Mcp server during development?
Run npm run dev and list/trigger tools directly in your editor. For live testing with logs, use the Claude Desktop app; it writes error logs to your machine that you can view with tail or open in VSCode.
What does the error “Server does not support logging” mean?
The server lacks the logging capability required by some MCP clients. You must add the logging capability when initializing the MCP server. See the typescript-sdk reference for the exact key to include.
How is versioning handled?
Versioning is fully automated through CI/CD. The version in package.json is a placeholder; actual released versions are tracked via git tags only.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论