Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Souls Mcp Srv

    mcp server index for souls

    0 stars
    TypeScript
    Updated Apr 10, 2025

    Table of Contents

    • Contribution Guidelines
    • Configuration Schema
    • Best Practices
    • User-Defined Parameters

    Table of Contents

    • Contribution Guidelines
    • Configuration Schema
    • Best Practices
    • User-Defined Parameters

    Documentation

    Discover Exceptional MCP Servers

    Chinese Version

    MCPSvr is an innovative spin-off project from 5ire designed to host a community-driven directory of MCP servers. This platform empowers developers to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.

    🚀 The servers here enable MCP clients like 5ire to install and run directly.

    https://github.com/user-attachments/assets/3d1ec8db-2041-4f2d-b72c-eb8ae17ab31c

    Contribution Guidelines

    All registered MCP servers are maintained in the centralized repository located at /public/servers.json. Developers can submit new server configurations through GitHub pull requests (PRs).

    Configuration Schema

    json
    {
      "name": "Server Identifier",
      "key": "Unique alphanumeric identifier",
      "description": "Concise implementation overview",
      "command": "Execution environment specifier (e.g., uvx, npx, python, node)",
      "args": [
        "Required runtime arguments"
      ],
      "env": {
        "ENVIRONMENT_VARIABLE": "Value assignment"
      },
      "homepage": "Official documentation URL"
    }

    Best Practices

    1. Field Organization: Maintain alphabetical ordering for configuration keys

    2. Identifier Requirements:

    • Must be a unique alphanumeric string starting with a letter
    • Strictly prohibits numeric prefixes

    3. Metadata Handling:

    • Optional name field defaults to key display value
    • Environment variables and homepage URLs are supplementary fields

    User-Defined Parameters

    For interactive parameter requirements, adhere to the standardized format:

    code
    {{paramName@paramType::paramDescription}}

    This convention enables parameter extraction and presentation in client applications.

    Example Implementation:

    json
    {
      "name": "File System Access Control",
      "key": "FileSystem",
      "command": "npx",
      "description": "Enforces directory-level operation restrictions through specified arguments",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "{{dirs@list::directories you about to access. Include trailing slash}}"
      ],
      "homepage": "https://github.com/modelcontextprotocol/servers"
    }

    Parameter Extraction:

    json
    {
      "name": "dirs",
      "type": "list",
      "description": "Directories you about to access. Include trailing slash"
    }

    Field Constraints:

    • paramName must be unique within the server configuration
    • Supported data types include string,list and number,make sure to use the right type!
    • Descriptive text remains optional

    Similar MCP

    Based on tags & features

    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k