MCPSO

v1.0.0Developer Toolsstable

directory for Awesome MCP Servers

awesome-mcp-serversmcpmcp-server-storemcp-serversmcp-servers-directory
Share:
2,011
Stars
0
Downloads
0
Weekly
0/5

What is MCPSO?

MCPSO is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to directory for awesome mcp servers

directory for Awesome MCP Servers

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • directory for Awesome MCP Servers

Use Cases

Browse and discover MCP servers from an awesome directory store.
chatmcp

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcpso

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCPSO

MCPSO is an MCP server that provides AI assistants with search and discovery access to a curated directory of Awesome MCP Servers, allowing agents to find and recommend tools for any capability without manual lookup. Built on the chatmcp/mcpso project, it connects to the MCP server store index and exposes directory query tools so AI agents can dynamically discover integrations during a conversation. It is particularly useful for developers building agent workflows who want their AI to self-discover the right MCP tool for a task.

Prerequisites

  • Node.js 18 or later with npx available
  • An MCP client such as Claude Desktop, Cursor, or VS Code
  • Internet access to reach the MCP server directory store
1

Add the MCPSO server to your MCP client config

The MCPSO server runs via npx with no prior installation needed. Add the following block to your claude_desktop_config.json or equivalent client configuration.

{
  "mcpServers": {
    "mcpso": {
      "command": "npx",
      "args": ["-y", "mcpso"]
    }
  }
}
2

Restart your MCP client

Close and reopen Claude Desktop (or reload your editor). The MCPSO directory tools will be registered and available for use.

3

Query the MCP server store

Ask your AI assistant to search the MCPSO directory for servers matching a capability, category, or keyword. The server returns structured listing data from the store index.

4

Get installation details for a server

Once a server is found, ask for its installation command and configuration so you can add it to your setup immediately.

MCPSO Examples

Client configuration

Complete claude_desktop_config.json block for the MCPSO MCP server directory.

{
  "mcpServers": {
    "mcpso": {
      "command": "npx",
      "args": ["-y", "mcpso"]
    }
  }
}

Prompts to try

Example prompts for discovering MCP servers through the MCPSO store.

- "Search the MCP store for servers that integrate with Slack."
- "Find the best MCP servers for financial data analysis."
- "What MCP servers are available for image generation?"
- "Show me MCP servers tagged with 'browser-automation'."
- "Get the installation command for the Playwright MCP server."

Troubleshooting MCPSO

npx cannot find the mcpso package

Run 'npm search mcpso' to verify the package exists on the npm registry. Ensure Node.js 18+ is installed with 'node --version'. Clear the npx cache with 'npx clear-npx-cache' and try again.

Directory queries return empty or stale results

The server pulls data from the remote MCP server store. Check your internet connection. If results seem outdated, try specifying a broader search term or different category keywords.

Server does not appear in the tool list after config change

Validate your claude_desktop_config.json for JSON syntax errors. Ensure the 'mcpso' key is nested correctly under 'mcpServers' and that there are no trailing commas.

Frequently Asked Questions about MCPSO

What is MCPSO?

MCPSO is a Model Context Protocol (MCP) server that directory for awesome mcp servers It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCPSO?

Follow the installation instructions on the MCPSO GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCPSO?

MCPSO works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCPSO free to use?

Yes, MCPSO is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcpso": { "command": "npx", "args": ["-y", "mcpso"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCPSO?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides