Metadata-Version: 2.4
Name: mcp-appstore-server
Version: 0.2.1
Summary: The App Store for MCP Servers — discover, search and install MCP servers from one place
Project-URL: Homepage, https://github.com/AiAgentKarl/mcp-hub-server
Project-URL: Repository, https://github.com/AiAgentKarl/mcp-hub-server
Project-URL: Issues, https://github.com/AiAgentKarl/mcp-hub-server/issues
Author: AiAgentKarl
License: MIT
Keywords: ai-agents,app-store,catalog,discovery,hub,mcp,registry
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# MCP Hub 🏪

**The App Store for MCP Servers** — discover, search and install MCP servers from one place.

Instead of manually searching GitHub and configuring each server, use MCP Hub to find exactly what you need and get instant install configs.

## Features

- **Search** — Find MCP servers by keyword, capability or category
- **Browse** — Explore 50+ servers across 15+ categories
- **Install** — Get copy-paste configs for any MCP client
- **Submit** — Add your own servers to the catalog (community-driven)
- **Persistent** — Catalog grows with community submissions

## Installation

```bash
pip install mcp-hub-server
```

## Usage with Claude Code

Add to your `.mcp.json`:

```json
{
  "mcpServers": {
    "hub": {
      "command": "uvx",
      "args": ["mcp-hub-server"]
    }
  }
}
```

## Tools

| Tool | Description |
|------|-------------|
| `search_servers` | Search for servers by keyword |
| `get_server_details` | Full details + install config |
| `list_categories` | Browse all categories |
| `list_servers` | List servers (optionally by category) |
| `submit_server` | Add a new server to the catalog |
| `get_install_config` | Get copy-paste JSON config |

## Examples

```
"Find me an MCP server for weather data"
"What database servers are available?"
"How do I install the GitHub MCP server?"
"Show me all crypto and DeFi servers"
"List all categories"
```

## Pre-loaded Catalog

Ships with 50+ servers including:
- **Official Anthropic servers** (GitHub, Filesystem, PostgreSQL, etc.)
- **Company servers** (Stripe, Notion, Linear, Docker, Sentry)
- **Community servers** across Crypto, Weather, Space, Agriculture and more

## Contributing

Submit new servers directly through the `submit_server` tool, or open a PR to add servers to the built-in catalog.

## License

MIT
