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.
Latest Blog Posts
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