MCP Template
MCP Server

Overview

Connect AI assistants to use your tools via MCP

The MCP server lets AI assistants call your tools directly. Set it up once and any MCP-compatible client can use all available tools without manual copy-pasting.

The server uses stdio transport (stdin/stdout) - no HTTP server or port configuration needed. The AI client spawns the server as a subprocess and communicates over stdin/stdout pipes.

Quick Start

  1. Set up your client (Claude Desktop, Claude Code, Cursor, or VS Code)
  2. Browse the available tools
  3. Ask your AI assistant to use them

On this page