MCPSO
directory for Awesome MCP Servers
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
Maintainer
Works with
Installation
Manual Installation
npx mcpsoConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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"]
}
}
}Restart your MCP client
Close and reopen Claude Desktop (or reload your editor). The MCPSO directory tools will be registered and available for use.
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.
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.
MCPSO Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCPSO? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up MCPSO in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.