MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

mcp server implementations

Created 1/17/2026
Updated about 5 hours ago
Repository documentation and setup instructions

mcp_servers

simple mcp project

install

pip install -r requirements.txt

usage

from mcp_servers import main

# basic usage
result = main.run()

license

mit

Quick Setup
Installation guide for this server

Install Package (if required)

uvx mcp-servers

Cursor configuration (mcp.json)

{ "mcpServers": { "chariesding-mcp-servers": { "command": "uvx", "args": [ "mcp-servers" ] } } }