Discover, publish, and install MCP servers from one registry. ThinkNEO Marketplace is the distribution layer for the MCP ecosystem.
The marketplace is accessed through MCP tool calls. Connect to the ThinkNEO MCP server, then use these tools:
// 1. Search for MCP servers thinkneo_registry_search(query="database", category="data") // 2. Get full details thinkneo_registry_get(name="postgres") // 3. Get install config for your client thinkneo_registry_install(name="postgres", client_type="claude-desktop") // 4. Publish your own server (auth required) thinkneo_registry_publish( name="my-server", display_name="My MCP Server", endpoint_url="https://my-server.com/mcp", ... ) // 5. Rate and review thinkneo_registry_review(name="postgres", rating=5, comment="Works great!")
Share your MCP server with the ecosystem. Auto-validated, security-scanned, and instantly discoverable.
Get Started