Myai
@myaitoken
About Myai
Decentralized AI inference on Base: OpenAI-compatible chat via community GPUs, paid in MYAI. 6 tools (chat, list_models, list_agents, network_stats, wallet_balance, hire_agent). 27+ providers, 22 open models live at https://myaitoken.io.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"myai": {
"command": "uvx",
"args": [
"myai-mcp"
],
"env": {
"MYAI_API_KEY": "<OPTIONAL>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Myai?
Myai is an MCP server for the MyAi decentralized AI inference network. It gives any MCP-compatible agent (such as Claude Desktop or Cursor) access to tools for running inference, listing available models, browsing provider nodes, checking network health, querying wallet balances, and hiring specific agents.
How to use Myai?
Install with uvx myai-mcp or pip install myai-mcp. Configure by adding to your Claude Desktop config with MYAI_API_KEY and MYAI_BASE_URL environment variables, or run with no env vars for a free-tier API key automatically issued on first call (cached at ~/.myai/key). Get an API key at myaitoken.io.
Key features of Myai
- Run inference through the decentralized network (
myai_chat) - List online models (
myai_list_models) - Browse active provider nodes and hardware (
myai_list_agents) - View live network health and job activity (
myai_network_stats) - Check MYAI token balance for any address (
myai_wallet_balance) - Pin a job to a specific provider node (
myai_hire_agent)
Use cases of Myai
- Ask Claude to query available models and then run inference on a document.
- Check network stats to see how many providers are online.
- Look up the MYAI token balance for a given wallet address.
FAQ from Myai
What is Myai compatible with?
It works with any MCP-compatible agent, including Claude Desktop and Cursor.
Do I need an API key to use Myai?
You can set a custom MYAI_API_KEY environment variable, or run with no env vars and Myai will auto-issue a free-tier API key (100 free completions per machine) on first call, cached at ~/.myai/key.
What runtime does Myai require?
Installation requires either uvx (via uv) or pip. No other runtime dependencies are mentioned.
Where does Myai data live?
Inference runs on the MyAi decentralized AI inference network; token balance data comes from the blockchain (wallet address lookup). No local data beyond the cached API key.
More AI & Agents MCP servers
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Comments