PluginBench
MCP Server

io.github.yuv24793/custom-mcp-server MCP Server

io.github.yuv24793/custom-mcp-server

What is the io.github.yuv24793/custom-mcp-server MCP server?

An MCP server that provides custom functionality.

How to install io.github.yuv24793/custom-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "custom-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yuv24793/custom-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "custom-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yuv24793/custom-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "custom-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yuv24793/custom-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "custom-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yuv24793/custom-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add custom-mcp-server -- npx -y @yuv24793/custom-mcp-server

Related MCP servers

An MCP server that provides weather information.

View repository →