mcp_local_server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp_local_serverlist available tools and resources"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Local Server
A local Model Context Protocol (MCP) server built with FastMCP, designed to run and serve MCP-compatible tools locally.
๐ Overview
This project provides a lightweight, local MCP server implementation that allows you to expose custom tools and resources to MCP-compatible clients (such as Claude Desktop) for local development and testing.
Related MCP server: Basic MCP
โจ Features
๐ Fast and lightweight local MCP server
๐ Easy integration with MCP-compatible clients
๐ ๏ธ Built on top of FastMCP for rapid tool development
๐ฆ Simple dependency management with
uv
๐งฐ Requirements
Python >= 3.14
uv (recommended for dependency management)
๐ฆ Installation
Clone the repository:
git clone https://github.com/sarthakdeshmukh0770-jpg/mcp_local_server.git
cd mcp_local_serverInstall dependencies using uv:
uv sync๐ Usage
Run the server locally:
uv run main.py๐๏ธ Project Structure
mcp_local_server/
โโโ main.py # Entry point for the MCP server
โโโ test.py # Test cases
โโโ expenses.db # Local database (example use case)
โโโ pyproject.toml # Project metadata and dependencies
โโโ uv.lock # Locked dependency versions
โโโ README.md # Project documentation๐งช Testing
Run the test suite:
uv run pytest test.py๐ค Contributing
Contributions, issues, and feature requests are welcome. Feel free to check the issues page.
๐ License
This project is currently unlicensed. Add a license file if you plan to open source this project.
๐ค Author
Sarthak Deshmukh ๐ง sarthakdeshmukh0770@gmail.com
This server cannot be deployed
Maintenance
Related MCP Connectors
A simple MCP server built with FastMCP and python
Related MCP Servers
- AlicenseAqualityDmaintenanceA lightweight framework for building and running Model Context Protocol (MCP) servers using FastMCP, providing tools for development, debugging, and server management.4MIT
- AlicenseNot gradedqualityDmaintenanceA simple MCP server built with FastMCP for experimentation and learning purposes. Includes basic web tools like article fetching and serves as a human-readable template for building custom MCP servers.AGPL 3.0
- -licenseNot gradedqualityNot gradedmaintenanceA basic MCP server built with FastMCP framework that provides example tools including message echoing and server information retrieval. Supports both stdio and HTTP transports for integration with various MCP clients.-
- FlicenseNot gradedqualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.1-