drio
Open app

Custom-Documentation_fetcher-server

Source

Catalog onlyCatalog onlySTDIO

Overview

Custom-MCP-server is a customizable server solution designed for managing and processing data in a flexible manner.

To use Custom-MCP-server, clone the repository from GitHub, configure the server settings according to your needs, and run the server to start processing data.

  • Customizable server settings for various data processing needs - Built with Python for easy integration and modification - Supports multiple data formats and protocols
  1. Managing data for web applications
  2. Processing large datasets for analysis
  3. Integrating with other services for data management

Add to your AI client

Use these steps to connect Custom-Documentation_fetcher-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "custom-mcp-server-maitreyam": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-custom-mcp-server-maitreyam"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

Is Custom-MCP-server easy to set up?

Yes! The setup process is straightforward, and detailed instructions are provided in the repository.

What programming language is used?

Custom-MCP-server is built using Python, making it accessible for developers familiar with the language.

Can I contribute to the project?

Yes! Contributions are welcome, and you can submit pull requests on GitHub.