mcp-connector

Installation
SKILL.md

MCP Connector

Connect to any MCP (Model Context Protocol) server and interact with its tools, resources, and prompts.

Supported Transports

  • stdio — Launch a local MCP server as a subprocess (e.g. npx @modelcontextprotocol/server-filesystem /path)
  • sse — Connect to a remote MCP server via HTTP Server-Sent Events
  • streamable-http — Connect via the newer streamable HTTP transport (POST with SSE response)

Usage Flow

  1. Browse available servers with mcp_browse (or filter by category)
  2. Connect by name from the registry: mcp_connect(name="coingecko")
  3. Discover available tools/resources with mcp_list_tools or mcp_list_resources
  4. Use them via mcp_call_tool or mcp_read_resource
  5. Disconnect when done with mcp_disconnect

Pre-configured Registry

Installs
9
GitHub Stars
13
First Seen
9 days ago
mcp-connector — starchild-ai-agent/official-skills