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: cysic-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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA general-purpose MCP gateway that exposes your local CLI skills to any AI assistant.131MIT
- AlicenseAqualityBmaintenanceExposes the Cysic AI model to any MCP client over stdio, with server-side session memory and a tone-rewriting tool.3MIT

GenieOS MCP Serverofficial
AlicenseAqualityBmaintenanceStdio bridge for editors to connect to the GenieOS MCP server, enabling AI agents to interact with GenieOS via Streamable HTTP transport.6419MIT- AlicenseNot gradedqualityAmaintenanceMCP stdio bridge to a running Navop desktop application, enabling AI agents to interact with Navop via MCP protocol.3MIT
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