MCP Directory
Back

modelcontextprotocol-servers

by panchovial-max · JavaScript · ★ 0

modelcontextprotocol-servers — MCP server.

Install

npx -y github:panchovial-max/modelcontextprotocol-servers

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-servers": {
      "command": "npx",
      "args": [
        "-y",
        "github:panchovial-max/modelcontextprotocol-servers"
      ]
    }
  }
}

From the README

This repository contains various Model Context Protocol (MCP) server implementations that can be used to extend AI model capabilities with external tools and data sources. The Model Context Protocol (MCP) is a standard for connecting AI models to external tools and data sources. MCP servers provide a standardized way for AI models to interact with various services, databases, APIs, and other resources. 1. **Install Dependencies** 2. **Run a Server** 3. **Development** Provides file and directory operations including: - Read/write files - List directories - Create/delete files…
Read full README on GitHub →

Related other servers