Cover image
Try Now
2025-03-20

企业MCP服务器

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

Local Claude MCP Servers Collection

GitHub stars License

A professional collection of locally-hosted Model Calling Protocol (MCP) servers for enhancing Claude Desktop with external capabilities while maintaining full control over your data and processing.

If you find this project useful, please consider giving it a star on GitHub to show your support!

Overview

This repository contains MCP servers that extend Claude Desktop with additional capabilities:

  • Weather Service: Get real-time weather information for any location
  • LinkedIn Profile Scraper: Extract and analyze professional profiles from LinkedIn

More MCP servers coming soon!

Project Structure

MCP/
├── linkedin/
│   ├── .venv/
│   ├── .env
│   ├── .gitignore
│   ├── linkedin.py
│   ├── pyproject.toml
│   └── uv.lock
├── weather/
│   ├── .venv/
│   ├── pyproject.toml
│   ├── requirements.txt
│   ├── uv.lock
│   └── weather.py
├── claude desktop config.png
└── README.md

Prerequisites

  • Python 3.9+ installed on your system
  • Claude Desktop application
  • Basic knowledge of command line operations

Installation

1. Install UV

UV is a modern Python package installer and resolver that ensures fast, reproducible installations.

pip install uv

2. Verify UV Installation Path

Find the exact path where UV is installed:

where uv  # On Windows
which uv  # On macOS/Linux

Take note of this path as you'll need it for the configuration.

3. Clone the Repository

git clone https://github.com/yourusername/claude-mcp-servers.git
cd claude-mcp-servers

4. Set Up Each MCP Server

Each server is contained in its own directory with the necessary dependencies.

# For the weather service
cd weather
uv venv
uv pip install -r requirements.txt

# For the LinkedIn scraper
cd ../linkedin
uv venv
uv pip install -r requirements.txt

Configuration

Configuring Local MCP Servers

To configure the MCP servers from this repository on your local machine:

{
    "mcpServers": {
        "weather": {
            "command": "C:/Users/yourusername/AppData/Local/Programs/Python/Python311/Scripts/uv",
            "args": [
                "--directory",
                "C:/path/to/your/MCP/weather",
                "run",
                "weather.py"
            ]
        },
        "linkedin_profile_scraper": {
            "command": "C:/Users/yourusername/AppData/Local/Programs/Python/Python311/Scripts/uv",
            "args": [
                "--directory",
                "C:/path/to/your/MCP/linkedin",
                "run",
                "linkedin.py"
            ]
        }    
    }
}

📝 Note: Replace the paths in the configuration with your actual paths.

Usage

After completing the setup, you can start leveraging these powerful extensions with Claude Desktop:

Weather Service

Ask Claude about the weather anywhere in the world:

What's the current weather in New York City?
Will it rain in London tomorrow?
What's the temperature forecast for Tokyo this week?

LinkedIn Profile Scraper

Ask Claude to create detailed professional profile summaries:

Create a proper profile page with the details of https://www.linkedin.com/in/parthasap/
Summarize the career trajectory of https://www.linkedin.com/in/anyprofile/
What skills does https://www.linkedin.com/in/someprofile/ have?

Contributing

Contributions are welcome! Here's how you can contribute:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add some amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

Troubleshooting

If you encounter issues:

  • Verify that all paths in the configuration are correct
  • Ensure the Python scripts are executable
  • Check if all dependencies are installed
  • Review Claude Desktop logs for error messages
  • Verify your .env files contain the necessary API keys

Planned MCP Servers

We're actively developing additional MCP servers:

  • Document Analysis Tool
  • Calendar Integration
  • Email Composition Assistant
  • Code Repository Analyzer
  • Data Visualization Tool

Using Cloud-Hosted MCP Servers

As an alternative to running MCP servers locally, you can also use cloud-hosted options available through Smithery.ai:

Automated Configuration for Cloud-Hosted MCP Servers

  1. Visit Smithery.ai
  2. Find and copy the command for your desired cloud-hosted MCP server
  3. Run the command in your computer terminal
  4. The MCP configuration file will be automatically updated
  5. Restart Claude Desktop to use the new MCP servers

🚀 Pro Tip: Cloud-hosted MCP servers can complement your local ones, giving you the best of both worlds - local processing for sensitive tasks and cloud services for specialized capabilities without managing infrastructure.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Anthropic for creating Claude
  • Smithery.ai for providing cloud-hosted MCP servers
  • All contributors who have helped shape this project

Made with ❤️ for the Claude community
Star this repo if you found it useful!

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

    Reviews

    1 (1)
    Avatar
    user_hUgjll5Q
    2025-04-16

    As a dedicated user of mcp, I've found it to be an exceptional tool. Created by saptechengineer, this project offers robust functionality and flexibility. It seamlessly integrates into my workflow, saving me time and effort. The documentation at https://github.com/saptechengineer/mcp is clear and comprehensive, making it easy to get started. I highly recommend mcp for anyone looking to enhance their project management and development practices!