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 "Deploy 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 deployed
Maintenance
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.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
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.3413 npm5MIT
- AlicenseAqualityCmaintenanceMCP server that exposes a Telegram bot, enabling sending messages and retrieving updates through natural language.31MIT
- AlicenseNot gradedqualityAmaintenanceA 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.161GPL 2.0
- AlicenseNot gradedqualityBmaintenanceMCP 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.9 npm3MIT