fastmcp-server

kennetchau/fastmcp-server
★ 1 stars Python 🌐 Browser/Web Updated today
Modular MCP server built with FastAPI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fastmcp-server": {
      "command": "uvx",
      "args": [
        "fastmcp-server"
      ]
    }
  }
}

Or install with pip: pip install fastmcp-server

README Excerpt

A modular Model Context Protocol (MCP) server built with FastAPI, providing tools for LLM interactions. - **Modular Architecture** - Each tool is easily maintainable - **File Operations** - Read, write, append, replace, and insert text in files - **Web Search** - Search the live web using DDGS - **URL Fetching** - Scrape and summarize web content

Tools (11)

addappend_to_filefetch_contentinsert_after_markerlist_filesread_filereplace_in_filerun_commandtodayweb_searchwrite_file