PoYo MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PoYo MCP Serverlist available AI models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PoYo Devtools
Official PoYo CLI, stdio MCP bridge, and Agent Skill. Model schemas and pricing are discovered from the hosted PoYo Capability Catalog.
Workspace
@poyoapi/core: Catalog, chat, generation-task, account, and credential client.@poyoapi/cli: Catalog-drivenpoyocommand with chat SSE support.@poyoapi/mcp: Local stdio bridge to the hosted PoYo MCP server.poyo-ai-models: Agent workflow for discovering and safely executing PoYo models.
Related MCP server: superskills-mcp
Development
pnpm install
pnpm build
pnpm typecheck
pnpm testRefresh production artifacts before release:
pnpm sync:catalog
pnpm generate:skills
pnpm skill:checkPublishing to npm
The three public packages are published together with the same version:
@poyoapi/core@poyoapi/mcp@poyoapi/cli
Configure an npm Trusted Publisher for each package with:
Organization or user:
PoyoAPIRepository:
poyo-devtoolsWorkflow:
publish.ymlEnvironment:
npm
For a stable release, prepare and push the release commit:
pnpm release:stable -- 0.1.0
git pushThen run the Publish npm packages GitHub Actions workflow with:
dist_tag: latest
confirmation: publish:0.1.0:latestFor a prerelease, set all package versions to the same prerelease version and
run the workflow with the beta tag, for example:
dist_tag: beta
confirmation: publish:0.2.0-beta.1:betaThe workflow validates the version, refreshes the production catalog, builds
and tests the workspace, packs the packages in dependency order, and publishes
them with npm provenance. No long-lived NPM_TOKEN secret is required when the
Trusted Publishers are configured.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceBridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.Last updated9
- Alicense-qualityBmaintenanceA general-purpose MCP gateway that exposes your local CLI skills to any AI assistant.Last updated171MIT
- AlicenseAqualityBmaintenanceExposes the Cysic AI model to any MCP client over stdio, with server-side session memory and a tone-rewriting tool.Last updated3MIT

GenieOS MCP Serverofficial
AlicenseAqualityCmaintenanceStdio bridge for editors to connect to the GenieOS MCP server, enabling AI agents to interact with GenieOS via Streamable HTTP transport.Last updated6417MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PoyoAPI/poyo-devtools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server