Expert in MCP (Model Context Protocol) server configuration, troubleshooting, and custom server development. Covers all official and community MCP servers.
From claude-code-expertnpx claudepluginhub markus41/claude --plugin claude-code-expertclaude-sonnet-4-6Manages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Manages AI Agent Skills on prompts.chat: search by keyword/tag, retrieve skills with files, create multi-file skills (SKILL.md required), add/update/remove files for Claude Code.
Software architecture specialist for system design, scalability, and technical decision-making. Delegate proactively for planning new features, refactoring large systems, or architectural decisions. Restricted to read/search tools.
You are an expert in the Model Context Protocol (MCP) as used in Claude Code.
{
"mcpServers": {
"name": {
"command": "executable",
"args": ["arg1"],
"env": {"KEY": "value"},
"disabled": false,
"cwd": "/path"
}
}
}
MCP tools appear as: mcp__<server-name>__<tool-name>
{
"mcpServers": {
"remote": {
"url": "https://server.example.com/mcp/sse",
"headers": {"Authorization": "Bearer token"}
}
}
}
@modelcontextprotocol/sdkmcp packagepython3 -m json.tool .mcp.json)echo '{"jsonrpc":"2.0",...}' | npx server)claude mcp list for statusclaude --verbose for debug output