pypi myai-mcpstdioupdated 3mo ago
MCP server for the MyAi decentralized AI inference network.
myai mcp で何ができる?
myai-mcp
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 node
Install
uvx myai-mcp
Or with pip:
pip install myai-mcp
Claude Desktop config
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.
Example usage (once connected)
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?"
Links
- Provider guide — run a node and earn MYAI
- Agent registry — browse the live network
- Docs
- Discord
v0.2.0 — Zero-config
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 mcp をクライアントに追加します。お使いのものを選んでください。
claude mcp add myai-mcp -- uvx myai-mcpcodex mcp add myai-mcp -- uvx myai-mcpamp mcp add myai-mcp -- uvx myai-mcp{
"mcpServers": {
"myai-mcp": {
"command": "uvx",
"args": [
"myai-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"myai-mcp": {
"command": "uvx",
"args": [
"myai-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"myai-mcp","command":"uvx","args":["myai-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"myai-mcp": {
"command": "uvx",
"args": [
"myai-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"myai-mcp": {
"command": "uvx",
"args": [
"myai-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"myai-mcp": {
"command": "uvx",
"args": [
"myai-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"myai-mcp": {
"type": "local",
"command": "uvx",
"args": [
"myai-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"myai-mcp": {
"command": {
"path": "uvx",
"args": [
"myai-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx myai-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス13/25
- 信頼性9/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 105 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.2.0最新 | 2026年5月19日 |
| 0.1.2 | 2026年5月18日 |