psthi

List MCP — Development skill for Claude Code

Development community

List all currently configured MCP servers (global and project scope).

How to install List MCP

Installs to ~/.claude/skills/psthi-mcp-manager-list-mcp/SKILL.md

Terminal
mkdir -p ~/.claude/skills/psthi-mcp-manager-list-mcp && curl -fsSL https://raw.githubusercontent.com/psthi/mcp-manager/HEAD/commands/list-mcp.md -o ~/.claude/skills/psthi-mcp-manager-list-mcp/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What List MCP does


description: List all currently configured MCP servers (global and project scope) allowed-tools: Bash(cat:*), Bash(ls:*), Bash(test:*)

Context

  • Global MCP config path: ~/.claude/.mcp.json
  • Project MCP config path: .claude/.mcp.json

Your task

List all configured MCP servers by reading the MCP configuration files.

  1. Check if the global config exists: ~/.claude/.mcp.json
  2. Check if a project config exists: .claude/.mcp.json (in current working directory)
  3. For each f

Alternatives in Development

  • MCP Builder — Guide for creating high-quality MCP servers to integrate external APIs and services 94.1k ★
  • MCP Python SDK — Python SDK for building MCP servers 22.3k ★
  • Instinct Export — Export instincts from project/global scope to a file 1.9k ★

Full documentation available on GitHub

View Source Repository