Sponsored by Deepsite.site

Simple MCP Servers

Created By
Jython141510 months ago
Repo for holding my MCP servers
Content

Simple MCP Servers

Repository for holding one-file MCP servers written in Python

Overview

This repository contains self-contained, single-file MCP (Model Context Protocol) servers that can be easily integrated into Claude Desktop or other MCP-compatible applications. Each server is designed to be standalone with dependencies declared using PEP 723 inline script metadata.

Features

  • Self-contained scripts - Each MCP server is a single Python file with embedded dependencies
  • PEP 723 compliant - Uses inline script metadata for dependency management
  • Direct execution - Scripts can be run directly with uv or executed as standalone programs
  • No setup required - Dependencies are automatically handled by uv at runtime

Available MCP Servers

1. deer_to_bsky.py

Converts deer.social URLs to Bluesky-compatible AT URI formats for seamless integration with Bluesky tools.

2. large_file_reader_mcp.py

Provides efficient methods for reading large files in chunks, including line-based reading, head/tail operations, byte-based access, and pattern searching with context.

3. time_god_mcp.py

A Scrabble word validation server containing the complete SOWPODS word list for word game applications.

Installation & Usage

Prerequisites

  • Python >= 3.11
  • uv package manager

Running a Server

Each server can be run in multiple ways:

Method 1: Direct execution (if executable)

./deer_to_bsky.py

Method 2: Using uv

uv run --script deer_to_bsky.py

Claude Desktop Configuration

Add any server to your Claude Desktop configuration:

{
  "mcpServers": {
    "deer-to-bsky": {
      "command": "/path/to/uv",
      "args": [
        "run",
        "--script",
        "/path/to/deer_to_bsky.py"
      ]
    }
  }
}

Development

Creating a New MCP Server

  1. Start with the PEP 723 header:
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.11"
# dependencies = [
#     "fastmcp",
#     "pydantic"
# ]
# ///
  1. Follow the existing pattern for structure and documentation
  2. Make the file executable: chmod +x your_server_mcp.py

Dependencies

All servers use:

  • fastmcp - MCP framework
  • pydantic - Data validation

Dependencies are declared inline using PEP 723 format, eliminating the need for requirements.txt or other external dependency files.

Claude Instructions

See CLAUDE.md for detailed collaboration notes and development guidelines.

License

MIT License - See LICENSE file for details

Author

Joshua Shew (2025)

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
ChatWiseThe second fastest AI chatbot™
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
WindsurfThe new purpose-built IDE to harness magic
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Tavily Mcp
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code