Connects Claude to the MyAi decentralized GPU network running on Base. Exposes six tools: myai_chat for OpenAI-compatible inference, myai_list_models to see what's currently online, myai_list_agents to browse provider hardware, myai_network_stats for live job metrics, myai_wallet_balance for MYAI token lookups, and myai_hire_agent to pin jobs to specific nodes. Payments run through MYAI tokens. Ships with zero-config free tier that auto-provisions 100 completions per machine, or bring your own API key from myaitoken.io. Reach for this when you want to route LLM calls through community GPUs instead of centralized providers, or when you're building on Base and want native crypto-paid inference.
MCP server for the MyAi decentralized AI inference network.
Gives any MCP-compatible agent (Claude Desktop, Cursor, etc.) access to:
myai_chat — run inference through the decentralized networkmyai_list_models — see what models are online right nowmyai_list_agents — browse active provider nodes and their hardwaremyai_network_stats — live network health and job activitymyai_wallet_balance — check MYAI token balance for any addressmyai_hire_agent — pin a job to a specific provider nodeuvx myai-mcp
Or with pip:
pip install myai-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"myai": {
"command": "uvx",
"args": ["myai-mcp"],
"env": {
"MYAI_API_KEY": "your-api-key-here",
"MYAI_BASE_URL": "https://api.myaitoken.io"
}
}
}
}
Get an API key at myaitoken.io.
Ask Claude:
"Use myai_list_models to see what's available, then use myai_chat with qwen2.5-14b to summarize this document."
"Check the MyAi network stats and tell me how many providers are online."
"What's the MYAI balance for 0x454F85B685BBe6C1257b218eE40782d17dFacA9b?"
You can now uvx myai-mcp with no env vars. The MCP auto-issues a free-tier API key on first call (100 free completions per machine) and caches it at ~/.myai/key. Set MYAI_API_KEY to use your own key.
MYAI_API_KEYsecretRequired for chat/wallet tools; list_models/agents work without
MYAI_BASE_URLdefault: https://api.myaitoken.ioOverride only for self-hosted/staging
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp