Loading MCP server directory, please wait...
Model Context Protocol server for Monnet — motions, plans, and approvals for MCP-compatible clients.
npx @getmcp/cli add ai.monnet/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MONNET_API_KEYYour Monnet API key (mnk_...). Generate one at https://app.monnet.ai/settings (API Keys tab).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.monnet/mcp": {
"command": "npx",
"args": [
"-y",
"@monnet/mcp"
],
"env": {
"MONNET_API_KEY": ""
}
}
}
}