drio
Open app

MCP Tools

Source

Catalog onlyCatalog onlySTDIO

Overview

MCP Tools is a custom Model Context Protocol (MCP) server implementation that provides file system and command execution tools for Large Language Models (LLMs) like Claude Desktop.

To use MCP Tools, install the server, connect it to an MCP-compatible client (like Claude Desktop), and utilize the provided tools to execute commands and manage files.

  • Standardized integration with various LLMs - Execute shell commands and manage files directly from LLMs - Security best practices for data management - Extensible architecture for adding custom tools
  1. Executing shell commands from an LLM interface
  2. Managing and editing files through LLMs
  3. Integrating various LLMs with local system capabilities

Add to your AI client

Use these steps to connect MCP Tools 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": {
    "my-mcp-server-zbigniewtomanek": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-my-mcp-server-zbigniewtomanek"
      ]
    }
  }
}

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": {
    "my-mcp-server-zbigniewtomanek": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-my-mcp-server-zbigniewtomanek"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What is the Model Context Protocol (MCP)?

MCP is an open protocol that standardizes how applications provide context to LLMs, allowing for flexible integration with various tools and data sources.

Is MCP Tools compatible with all LLMs?

Yes, MCP Tools is designed to work with any MCP-compatible LLM client, providing flexibility in implementation.

How do I install MCP Tools?

Follow the installation instructions in the documentation, which includes installing dependencies and configuring the server.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3429,"uuid":"88d96a5d-09c8-4a0d-a77a-42410cda4f0d","name":"my-mcp-server","title":"MCP Tools","description":"","avatar_url":"https://avatars.githubusercontent.com/u/28962977?v=4","created_at":"2025-03-19T12:45:01.144Z","updated_at":"2025-03-19T13:01:39.542Z","status":"created","author_name":"ZbigniewTomanek","author_avatar_url":"https://avatars.githubusercontent.com/u/28962977?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/ZbigniewTomanek/my-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"22\",\"license\":\"Apache-2.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-04-16 11:10:14\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]