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.
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.
Frequently asked questions
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.
Basic information
More AI & Agents MCP servers
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Comments