Starter
Freeby MCP Community
ModelContextProtocol starter server
v0.1.0Added Apr 12, 2026
Starter MCP Server
ModelContextProtocol starter server
Installation
Reviews
Installation
Quick install
npx -y mcp-starter
Add to claude_desktop_config.json
{
"mcpServers": {
"starter": {
"command": "npx",
"args": ["-y", "mcp-starter"]
}
}
}