MCP
Servidores empresariales MCP
1
Github Watches
0
Github Forks
0
Github Stars
Local Claude MCP Servers Collection
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:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add some amazing feature' - Push to the branch:
git push origin feature/amazing-feature - 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
.envfiles 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
- Visit Smithery.ai
- Find and copy the command for your desired cloud-hosted MCP server
- Run the command in your computer terminal
- The MCP configuration file will be automatically updated
- 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!
相关推荐
I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Una lista curada de servidores de protocolo de contexto del modelo (MCP)
Espejo dehttps: //github.com/agentience/practices_mcp_server
Reviews
user_hUgjll5Q
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!