chatmcp

mcpso

Built by chatmcp 1,983 stars

What is mcpso?

directory for Awesome MCP Servers

How to use mcpso?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add mcpso using the following command: npx @modelcontextprotocol/mcpso 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/mcpso --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/mcpso

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

mcpso FAQ

Q

Is mcpso safe?

Yes, mcpso follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is mcpso up to date?

mcpso is currently active in the registry with 1,983 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for mcpso?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

MCP Directory

a directory for Awesome MCP Servers.

live preview: https://mcp.so

preview

Quick Start

  1. clone the repo
git clone https://github.com/chatmcp/mcp-directory.git
cd mcp-directory
  1. install dependencies
pnpm install
  1. prepare database

create a database with Supabase

run the sql file in data/install.sql

  1. set env variables

put a .env file in the root directory

with env variables:

SUPABASE_URL=""
SUPABASE_ANON_KEY=""

NEXT_PUBLIC_WEB_URL="http://localhost:3000"
  1. run the dev server
pnpm dev
  1. preview the site

open http://localhost:3000 in your browser

Community

About the author

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

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