Modelcontextprotocol
Freeby MCP Community
A Pikku MCP server runtime using the official MCP SDK
v0.12.4Added Apr 12, 2026
Modelcontextprotocol MCP Server
A Pikku MCP server runtime using the official MCP SDK
Installation
Reviews
Installation
Quick install
npx -y @pikku/modelcontextprotocol
Add to claude_desktop_config.json
{
"mcpServers": {
"modelcontextprotocol": {
"command": "npx",
"args": ["-y", "@pikku/modelcontextprotocol"]
}
}
}