Skip to content
Cline

custom mcp server for Cline

io.github.yuv24793/custom-mcp-server

An MCP server that provides custom functionality.

client:Cline transport:stdio runtime:npm

Install custom mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "custom-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yuv24793/custom-mcp-server"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

custom mcp server in other clients