Connect agents to the world via MCP
Find MCP servers in the Registry and Smithery marketplace, install and configure them for your agent, build custom servers for your APIs, and publish them back to the community — full MCP lifecycle management.
Expert Install
Copy this to your agent — it will install, configure, and verify everything.
Works on OpenClaw, Claude Code, Telegram, Feishu, and any agent interface. Your agent reads mcp-integrator.md and follows the setup steps inside.
Talk and handle it
After setup, say these to your agent:
Search, install, and publish MCP servers… Official
- › "Search for MCP servers that connect to PostgreSQL"
- › "Install the GitHub MCP server from the Registry"
- › "Publish my MCP server for community discovery"
Build MCP servers from scratch —… Official
- › "Build an MCP server for my REST API"
- › "Add Elicitation support for interactive workflows"
- › "Create an MCP server with TypeScript SDK"
Package your MCP integration workflow as… Official
- › "Package this MCP server as an installable skill"
- › "Create a skill that bundles my MCP server with config"
- › "Audit my skill for MCP best practices"
▶ View setup file mcp-integrator.md
MCP Integrator
Agentic setup file — share this URL with your agent and it will set everything up for you:
https://clawhub.md/expert/mcp-integrator.md
Goal: Connect agents to the world via MCP
What you'll have: Find MCP servers in the Registry and Smithery marketplace, install and configure them for your agent, build custom servers for your APIs, and publish them back to the community — full MCP lifecycle management.
Step 1: Install
clawhub install openclaw/mcp-registry anthropics/mcp-builder anthropics/skill-creator
Step 2: Configure
Each skill may need credentials or auth before it can act on your behalf.
openclaw/mcp-registry
Search, install, and publish MCP servers via the official Registry and Smithery marketplace — the discovery and distribution layer for MCP.
- Install the Registry CLI:
npm install -g @mcp/registry-cli - No authentication needed for searching and installing
- For publishing, create a Registry account:
mcp-registry auth login
Step 3: Try it
After setup, say these to your agent to verify everything works:
openclaw/mcp-registry
- "Search for MCP servers that connect to PostgreSQL"
- "Install the GitHub MCP server from the Registry"
- "Publish my MCP server for community discovery"
anthropics/mcp-builder
- "Build an MCP server for my REST API"
- "Add Elicitation support for interactive workflows"
- "Create an MCP server with TypeScript SDK"
anthropics/skill-creator
- "Package this MCP server as an installable skill"
- "Create a skill that bundles my MCP server with config"
- "Audit my skill for MCP best practices"
MCP Integrator · clawhub.md/expert/mcp-integrator