Build-Custom-MCP-Servers
This project demonstrates a simple MCP Server built using the MCP `mcp[cli]` Python SDK, providing tools for note management, weather information, and news search.
The Build Custom MCP Servers project is designed to showcase the capabilities of the MCP mcp[cli]
Python SDK by implementing a server that offers several useful tools. These tools include note management, which allows users to add, read, retrieve the latest, and generate summaries of notes stored locally. Additionally, the server can fetch current weather data for a specified city using the WeatherAPI.com service, and perform news searches using the Brave Search API. The project requires API keys for external services, which are stored in a .env
file. The setup process involves installing Python 3.12, setting up a virtual environment, and configuring environment variables. Once set up, the server can be run and debugged using the MCP command line interface.
Features
- Note-taking capabilities (add, read, latest, summarize) 📝
- Current weather fetching ☀️
- Brave Search integration for news 📰
- Configuration via
.env
file 🔑 - Built with
mcp[cli]
⚙️
Usage with Different Platforms
mcp
bash
mcp install main.py
mcp dev main.py
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.