The npm for MCP Tools

Discover, publish, and install MCP servers from one registry. ThinkNEO Marketplace is the distribution layer for the MCP ecosystem.

5
Packages
20+
Tools
4
Categories

How It Works

1
Discover
Search the registry via MCP tool call. Filter by category, rating, or verified status.
2
Install
Get ready-to-use JSON config for Claude Desktop, Cursor, Windsurf, or any MCP client.
3
Publish
Share your MCP server with the world. Auto-validated, security-scanned, and discoverable.

Categories

governance security data development productivity communication analytics devops finance marketing

Use via MCP

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!")

Publish Your MCP Server

Share your MCP server with the ecosystem. Auto-validated, security-scanned, and instantly discoverable.

Get Started