wp-mcp-server
Provides fallback search capabilities for VR apps when SideQuest API doesn't return results.
Enables searching for VR games and apps on SideQuest by name using the wp_find_sidequest_app tool.
Parses Telegram posts for creating WordPress drafts and generating post previews.
Integrates with WordPress REST API to create drafts, retrieve site information, and manage posts.
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., "@wp-mcp-serverCreate a WordPress draft from this Telegram post: https://t.me/example/123"
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.
wp-mcp-server
MCP-сервер для WordPress с кастомными инструментами:
Парсинг Telegram-постов
Поиск на SideQuest
Создание черновиков через Telegram Parser plugin
Быстрый старт (готовый .exe)
В dist/ лежит готовый standalone .exe (собран с PyInstaller — включает Python + все зависимости).
Скопировать
dist/wp-mcp-server.exeв~/.local/bin/:copy dist\wp-mcp-server.exe %USERPROFILE%\.local\bin\Проверить:
where wp-mcp-server→ должен показать
C:\Users\...\.local\bin\wp-mcp-server.exeВ
opencode.jsonc:"wp": { "type": "local", "command": [ "C:\\Users\\solopnz\\.local\\bin\\wp-mcp-server.exe" ], "timeout": 120000, "enabled": true }
Related MCP server: io.github.daedalus/mcp-telegram-bot
Установка из исходников (если нет .exe)
# Установить пакет (зависимости подтянутся из pyproject.toml)
pip install .
# Запустить
wp-mcp-serverСборка standalone .exe
pip install pyinstaller
pyinstaller --onefile --name wp-mcp-server src/mcp_server_wordpress/__init__.pyГотовый .exe будет в dist/wp-mcp-server.exe (~38 MB).
Переменные окружения
Сервер читает эти переменные (если не заданы — использует значения по умолчанию для onlyvr.ru):
Переменная | Значение по умолч. | Описание |
|
| Базовый URL сайта |
|
| Имя пользователя WP |
|
| App Password WP |
⚠️ В opencode.jsonc можно задать через env, но имена переменных должны строго совпадать: WP_SITE, WP_USER, WP_APP_PASSWORD (не WP_URL, не WP_USERNAME).
Инструменты MCP
Инструмент | Описание |
| Создать черновик поста (парсинг Telegram + картинки из SideQuest) |
| Предпросмотр поста из Telegram (без создания) |
| Поиск игры на SideQuest по названию |
| Информация о сайте WP |
Структура проекта
wp-mcp-server/
├── dist/ # Готовый .exe
│ └── wp-mcp-server.exe
├── src/
│ └── mcp_server_wordpress/
│ ├── __init__.py # Entry point (cli)
│ ├── server.py # FastMCP сервер + инструменты
│ ├── wordpress.py # WordPress REST API клиент
│ ├── sidequest.py # SideQuest API + DuckDuckGo fallback
│ └── tg_client.py # MCP клиент для tg-mcp-server
├── pyproject.toml
├── README.md
└── .gitignoreThis 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
- AlicenseBqualityDmaintenanceMCP server that gives AI tools full WordPress management via WP-CLI. 30+ tools for themes, plugins, posts, menus, users, database, scaffolding, and cache. Works locally or over SSH.34124MIT
- AlicenseAqualityCmaintenanceMCP server that exposes a Telegram bot, enabling sending messages and retrieving updates through natural language.3MIT
- Alicense-qualityAmaintenanceA self-contained MCP server plugin that connects WordPress to AI, providing 58 abilities for managing posts, pages, media, users, plugins, menus, comments, and more through any MCP-compatible AI client.136GPL 2.0
- Alicense-qualityBmaintenanceMCP server that enables Telegram bot interaction via Telegraf, providing tools for sending, replying, reacting, editing, deleting, forwarding messages, and receiving Telegram events over an optional notification channel.852MIT
Related MCP Connectors
WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
An MCP server that integrates with Discord to provide AI-powered features.
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/prosam13-ui/wp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server