ohboyftw/meta-mcp
3.1
If you are the rightful owner of meta-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Meta MCP Server is a FastMCP-based server designed for discovering, installing, and managing other MCP servers efficiently.
Tools
9
Resources
0
Prompts
0
Meta MCP Server
A FastMCP-based server for discovering, installing, and managing other MCP servers.
Features
- Server Discovery: Search and discover available MCP servers
- Server Management: Install, uninstall, and update MCP servers
- Configuration Management: Validate and manage MCP configurations
- Health Monitoring: Check server status and health
- FastMCP Integration: Uses FastMCP framework for robust tool handling
Installation
pip install -e .
Usage
Start the MCP server:
meta-mcp-server
Architecture
This server uses the FastMCP pattern:
- Tools return simple strings via
apply() -> strmethods - FastMCP framework handles all CallToolResult wrapping automatically
- No direct CallToolResult object creation to avoid iteration issues
Available Tools
search_mcp_servers- Search for available MCP serversget_server_info- Get detailed information about a specific serverinstall_mcp_server- Install an MCP serverlist_installed_servers- List currently installed serversuninstall_mcp_server- Uninstall an MCP serverupdate_server- Update a server to latest versionvalidate_config- Validate MCP configurationget_manager_stats- Get manager statisticsrefresh_server_cache- Refresh server cache