MCP.so
Sign In

πŸš€ Build Custom MCP Servers πŸ“β˜€οΈπŸ“°

@sanjaydubey31

About πŸš€ Build Custom MCP Servers πŸ“β˜€οΈπŸ“°

No overview available yet

Basic information

Category

Developer Tools

Runtime

python

Transports

stdio

Publisher

sanjaydubey31

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "build-custom-mcp-servers-sanjaydubey31": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is πŸš€ Build Custom MCP Servers πŸ“β˜€οΈπŸ“°?

A demonstration MCP server built with the Python SDK (mcp[cli]) that exposes tools for note management, weather fetching (WeatherAPI.com), and news search (Brave Search). It uses local file storage for notes and external API keys via a .env file.

How to use πŸš€ Build Custom MCP Servers πŸ“β˜€οΈπŸ“°?

Set up Python 3.12 and a virtual environment, install dependencies (e.g., uv sync), copy .env.example to .env and add your API keys, then run mcp install main.py to add the server to Claude Desktop or mcp dev main.py for debugging.

Key features of πŸš€ Build Custom MCP Servers πŸ“β˜€οΈπŸ“°

  • Note taking (add, read, latest, summarize)
  • Current weather fetching for any city
  • Brave Search API news integration
  • .env file configuration for API keys
  • Built with the MCP Python SDK

Use cases of πŸš€ Build Custom MCP Servers πŸ“β˜€οΈπŸ“°

  • Manage personal notes via conversational AI
  • Check real‑time

Comments

More Developer Tools MCP servers