Server data from the Official MCP Registry
Decentralized AI inference on Base: OpenAI-compatible chat via community GPUs, paid in MYAI
Decentralized AI inference on Base: OpenAI-compatible chat via community GPUs, paid in MYAI
This MCP server provides access to a decentralized AI inference network with reasonable security practices. Authentication is properly handled via environment variables with zero-config fallback to auto-issued free-tier keys. The main concerns are broad error message exposure in HTTP responses and lack of input validation on user-supplied parameters, but these are low-severity issues appropriate for a developer tool. Permissions align well with the server's purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MYAI_API_KEY
Environment variable: MYAI_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-myaitoken-myai-mcp": {
"env": {
"MYAI_API_KEY": "your-myai-api-key-here",
"MYAI_BASE_URL": "your-myai-base-url-here"
},
"args": [
"myai-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.