Get the FREE Ultimate OpenClaw Setup Guide →

open s

This project collects the various MCP tools I develop and use daily, hoping to share them with the community through open source.

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add keta1930-open-mcp-servers

How to use

Open MCP Servers is a collection of MCP tools and servers maintained by the project author. The README shows a single example server titled 'GitHub Trending MCP Server', which suggests the repository hosts multiple MCP tools that can be run or explored. To use this project, you would typically clone the repository and follow any server-specific instructions for starting the service or inspecting its endpoints. If you navigate to a specific server folder (for example, a GitHub Trending MCP Server), you can learn about the available endpoints, input parameters, and outputs that the server provides. The tools are designed to help you analyze or interact with target data (such as trending GitHub projects) via MCP-compatible routes and commands.

How to install

Prerequisites: a recent Node.js or Python environment (depending on what you plan to run), a Git client, and network access. Since the README provided does not include explicit installation steps for individual servers, use the following generic approach to explore and run the project:

  1. Clone the repository: git clone https://github.com/keta1930-open-mcp-servers.git cd keta1930-open-mcp-servers

  2. Inspect available servers: ls -la Find a subdirectory that corresponds to a server you want to run (e.g., github-trending-mcp).

  3. Follow server-specific instructions:

    • If a server uses Node.js, install dependencies and start the server (e.g., npm install; npm run start).
    • If a server uses Python, set up a virtual environment and install requirements.txt, then run the module or script as instructed.
    • If a Dockerfile is provided, build and run the container as documented in that directory.
  4. Verify the server is running by visiting its endpoint (e.g., http://localhost:PORT/endpoint) or by using any provided CLI tools.

Note: The README excerpt here only mentions a generic collection and a single example server. For exact commands, consult the specific server directories and their README files within the repository.

Additional notes

Tips:

  • The repository appears to be a collection of MCP servers rather than a single monolithic server, so installation and usage are server-specific—check each server's own README for precise steps.
  • If environment variables are required by a server, they will typically be documented in that server's README or in a .env.sample file; common vars might include API keys or port numbers.
  • If you encounter missing dependencies, run npm install or pip install -r requirements.txt in the relevant server directory, depending on the runtime indicated by that server.
  • When adding new MCP servers to this collection, maintain a clear directory per server with its own setup instructions and expose a concise usage guide.

Related MCP Servers

Sponsor this space

Reach thousands of developers