MCP Servers
Daniboycg
README
MCP Servers
Este repositorio contiene configuraciones y scripts para varios servidores MCP (Model Context Protocol) que permiten integrar herramientas externas con modelos de lenguaje como Claude en Cursor.
📋 Contenido
🔍 Descripción
MCP (Model Context Protocol) es un estándar que permite a los modelos de lenguaje interactuar con herramientas y servicios externos. Este repositorio centraliza diversos servidores MCP para facilitar su uso en Cursor y otros clientes compatibles.
📁 Estructura del Proyecto
MCP_servers/
├── .gitignore # Configuración de exclusiones para Git
├── markdown_docs/ # Documentos extraídos con Firecrawl
├── scripts/ # Scripts organizados por característica
│ └── firecrawl/ # Scripts relacionados con Firecrawl
│ └── scraper.py # Script para extracción de contenido web
└── mcp.json # Configuración de servidores MCP para Cursor
🖥️ Servidores MCP
Este repositorio incluye configuraciones para varios servidores MCP:
- Firecrawl: Extracción de contenido web y scraping
- Browser Tools: Herramientas para interactuar con el navegador
- Supabase: Acceso a bases de datos PostgreSQL
- Git: Operaciones con repositorios Git
- Filesystem: Acceso al sistema de archivos
- N8N Workflow Creator: Creación de flujos de trabajo
- Sequential Thinking: Mejora de capacidades de razonamiento
- Perplexity: Búsqueda de información
- Archon: Servidor MCP adicional
🔥 Firecrawl MCP
Firecrawl es una herramienta potente para extraer contenido web que se integra con Cursor a través de MCP.
Instalación
npm install -g firecrawl-mcp
Configuración en Cursor
En Cursor, dirígete a:
- Configuración > Características > Servidores MCP
- Agregar nuevo servidor MCP:
- Nombre: "firecrawl"
- Tipo: "command"
- Comando:
firecrawl-mcp
- Variables de entorno:
FIRECRAWL_API_KEY=tu-api-key
Uso desde Python
from firecrawl import FirecrawlApp
# Inicializar con tu API key
app = FirecrawlApp(api_key='tu-api-key')
# Extraer contenido de una URL
result = app.scrape_url('https://ejemplo.com')
# Guardar el resultado
with open('resultado.md', 'w') as f:
f.write(result['markdown'])
⚙️ Uso
Para utilizar cualquiera de los servidores MCP configurados:
- Asegúrate de que Cursor esté configurado con el archivo
mcp.json
- Los servidores MCP deben estar funcionando para que Cursor pueda utilizarlos
- Para Firecrawl, asegúrate de tener una API key válida
👥 Contribuir
Para contribuir a este proyecto:
- Haz un fork del repositorio
- Crea una rama para tu característica
- Realiza tus cambios siguiendo las guías de estilo
- Envía un pull request
Desarrollado con ❤️ para potenciar la integración de herramientas con IA
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.