🔗 Connect MCP servers to Pi seamlessly, minimizing token usage while accessing valuable tools without unnecessary overhead.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pi-mcp-adapter": {
"command": "npx",
"args": [
"-y",
"master91q/pi-mcp-adapter"
]
}
}
}
Run in terminal:
claude mcp add pi-mcp-adapter npx -y master91q/pi-mcp-adapter
Add to .cursor/mcp.json:
{
"mcpServers": {
"pi-mcp-adapter": {
"command": "npx",
"args": [
"-y",
"master91q/pi-mcp-adapter"
]
}
}
}