MCP Servers

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

C
Claude MCP Examples

examples of claude with mcp integration

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

claude-mcp-examples

examples of claude with mcp integration

installation

pip install -r requirements.txt

usage

from claude_mcp_examples import main

# basic usage
result = main.run()

features

  • lightweight and fast
  • easy to integrate
  • well documented

license

MIT

Quick Setup
Installation guide for this server

Install Package (if required)

uvx claude-mcp-examples

Cursor configuration (mcp.json)

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