votel-mcp
OfficialClick 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., "@votel-mcpList my websites"
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.
votel-mcp
An MCP server that lets AI assistants manage and publish websites via Votel.
Connect Your AI Client
There are two ways to connect — pick the one that fits your client:
Method | How it works | Best for |
Remote (OAuth) | Connect via URL. No install needed. | Claude.ai, ChatGPT, VS Code |
Local (API Key) | Run on your machine with | Claude Code, Claude Desktop, Cursor, Windsurf, Cline |
Remote Setup (OAuth)
No API key or Node.js required. Add the server URL and authorize with your Votel account.
Claude.ai (Pro/Max/Team/Enterprise) — Settings > Integrations > MCP Servers > Add Server:
https://app.votel.ai/mcpChatGPT (Pro/Plus/Business/Enterprise) — Settings > MCP Servers > Add:
https://app.votel.ai/mcpVS Code — Command Palette > "MCP: Add Server" > HTTP:
https://app.votel.ai/mcpYour client handles the OAuth login flow automatically.
Local Setup (API Key)
Get your API key from Settings > API Keys in your Votel dashboard.
Claude Code
claude mcp add votel-mcp \
-e VOTEL_API_KEY=sk_your_api_key_here \
-- npx -y votel-mcp@latestClaude Desktop / Cursor / Windsurf / Cline
Add to your MCP config file:
{
"mcpServers": {
"votel-mcp": {
"command": "npx",
"args": ["-y", "votel-mcp@latest"],
"env": {
"VOTEL_API_KEY": "sk_your_api_key_here"
}
}
}
}Config file locations:
Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.jsonClaude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.jsonCursor:
.cursor/mcp.jsonin your project rootWindsurf: MCP Servers section in Windsurf settings
VS Code:
.vscode/mcp.jsonin your project rootCline: MCP server settings in the Cline extension
Client Compatibility
Client | Local (API Key) | Remote (OAuth) |
Claude.ai | — | Yes |
ChatGPT | — | Yes |
Claude Code | Yes | Yes |
Claude Desktop | Yes | Yes (Pro+) |
Cursor | Yes | Yes |
Windsurf | Yes | Yes |
VS Code | Yes | Yes |
Cline | Yes | Yes |
Related MCP server: wp-mcp-control-server
Available Tools
Tool | Description |
| List all websites for your account |
| Create a new website (provisions CDN + storage) |
| Get website details, domains, and configuration |
| Delete a website and all its resources |
| Add a custom domain with DNS instructions |
| Remove a custom domain |
| Check DNS propagation and SSL status |
| Purge CDN cache (full or specific URLs) |
| Get traffic stats, bandwidth, and cache ratio |
| Get storage credentials for direct file uploads |
Example Prompts
Managing sites:
"What websites do I have?"
"Create a website called Anderson Legal Group"
"Add the domain example.com to Anderson Legal Group and show me the DNS records I need to set up"
"Purge the cache for Anderson Legal Group"
"How much traffic has Anderson Legal Group gotten this month?"
"Delete the website called Old Test Site"
Design & publish (one-shot):
"Design a professional website for a law firm called Harper & Associates and publish it to example.com"
"Build a sleek dark-themed landing page for a SaaS product called Launchpad and put it live on example.com"
"Create a clean website for a dentist office called Bright Smile Dental and publish it to example.com"
"Make a modern site for a real estate agent named Sarah Chen and deploy it to example.com"
"Design a restaurant website for an Italian place called Nonna's Kitchen with their menu and hours, then publish it to example.com"
Environment Variables
Variable | Required | Default | Description |
| Yes (local only) | — | Your Votel API key ( |
| No |
| Backend URL |
Documentation
Full setup guide with screenshots: docs.votel.ai/ai-websites/mcp-setup
License
MIT
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 Connectors
Build, edit, host, and publish websites from AI assistants. Setup: https://mcp.orivox.org/
Create, edit, preview, publish, and manage web pages from MCP-capable AI clients.
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Related MCP Servers
- AlicenseAqualityDmaintenanceA complete MCP server enabling AI assistants to manage cPanel hosting through natural language, including file, database, email, subdomain, and system operations.161MIT
- FlicenseCqualityAmaintenanceMCP server that connects AI clients to WordPress for content management, site settings, Elementor editing, and more via a secure API.149
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI agents to manage WordPress sites, including Elementor page building, content CRUD, plugin management, and site configuration via the WordPress REST API.68ISC
- AlicenseAqualityBmaintenanceAn MCP server that lets AI agents design complete websites and generate import-ready Elementor v4 JSON, allowing for automated website building with structural validity.815MIT
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/votelai/votel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server