mcp-server
Provides tools to search and fetch data from a WordPress site, enabling ChatGPT to access WordPress content as an external knowledge source.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-serversearch for recent WordPress posts about MCP"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🧠 Servidor MCP - Extensión de Conocimiento para ChatGPT
Este proyecto muestra cómo crear un servidor MCP (Model Context Protocol) personalizado para extender el conocimiento de ChatGPT con fuentes de datos propias. Esta arquitectura permite conectar tus herramientas internas o externas (como pedidos, bases de datos, APIs, etc.) con ChatGPT a través de un protocolo abierto y legalmente soportado por OpenAI.
Related MCP server: ItchWPMCP
🚀 ¿Qué es MCP?
MCP (Model Context Protocol) es un protocolo abierto que permite que ChatGPT se conecte a fuentes externas mediante herramientas search y fetch. Esta conexión permite enriquecer las respuestas del modelo con datos actualizados o específicos de tu empresa.
🧩 ¿Cómo funciona?
Se expone un endpoint
/tools/searchque permite buscar elementos por texto.Se expone un endpoint
/tools/fetchque permite obtener detalles completos por ID.ChatGPT se conecta a estos endpoints mediante un Conector de Investigación Profunda configurado desde su interfaz.
Puedes conectar tu servicio a ChatGPT Enterprise, Team o Edu para que toda la organización acceda a este conocimiento.
📦 Estructura del Proyecto
Este repositorio incluye dos ejemplos funcionales:
1. 🔍 Búsqueda local (datos simulados)
cupcake_server.py2. 🌐 Búsqueda externa (WordPress)
main_post.py🛠️ Configuración e Instalación
Prerrequisitos
Python 3.8+
Cuenta de OpenAI con acceso a ChatGPT Enterprise/Team/Edu
Instalación
Clona este repositorio:
git clone https://github.com/yordansolis/mcp-server.git
cd mcp-serverInstala las dependencias:
pip install -r requirements.txtEjecuta el servidor:
python main.py🔧 Uso
Una vez que el servidor esté corriendo, podrás conectarlo a ChatGPT mediante el Conector de Investigación Profunda usando los endpoints disponibles.
👨💻 Desarrollado por Jhordan Andrés Asprilla Solís 🌟
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables ChatGPT to manage WordPress content by creating, updating, retrieving, and deleting posts via the WordPress REST API. It uses FastAPI and Cloudflare Tunnels to provide a secure interface for natural language site administration.Last updated
- FlicenseBqualityCmaintenanceLocal MCP server for Codex/Claude to query and edit WordPress content through the WordPress REST API.Last updated26
- Alicense-qualityAmaintenanceSelf-hosted MCP server that lets ChatGPT work with your local codebase through explicit tools.Last updatedMIT
- Flicense-qualityCmaintenanceAn experimental MCP server that provides web search capabilities using the Tavily API. Still in progress, not production-ready.Last updated
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yordansolis/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
