simplepages
Build and edit landing pages and websites from your AI assistant, and pull how they are performing.
Open source Open in the app JSON README (API)
About
Build and edit landing pages and websites from your AI assistant, and pull how they are performing.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- simplepages-ai
- Origin
- gemini
- Category
- ferramentas
- Version
- 0.2.1
- Last push
- 2026-08-19T22:17:57Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
simplepages-ai/simplepages-mcp
README
# Simplepages MCP
Build and edit landing pages and websites from your AI assistant, and pull how they are performing.
This repo holds the install manifests for the hosted Simplepages MCP server. There is no server
code here. The server runs at `https://simplepages.ai/api/mcp` and this repo just tells clients
how to reach it.
- Endpoint: `https://simplepages.ai/api/mcp`
- Transport: streamable HTTP
- Auth: OAuth 2.0 with dynamic client registration. No API key to paste.
- Setup guide: https://simplepages.ai/mcp
- Official MCP Registry: `ai.simplepages/simplepages`
## What you can do with it
Simplepages is an AI landing page and website builder. Connect it and your assistant can create a
page in your workspace from a plain description, change one you already have by saying what you
want different, and read back visitor, lead and revenue numbers for any page or the whole workspace.
Standalone landing pages and multi-page websites both work. There is no drag and drop. You describe
what you want, you get a page, and you edit it by talking to it. Pages land as drafts, so nothing
goes live until you publish it yourself. Every page can be published to your own domain or a
`yourname.simplepages.ai` subdomain.
Try:
- "Build me a landing page for a mobile car valeting service in Bristol, with a quote form"
- "Change the hero button on my pricing page to say Book a call"
- "Which of my pages brought in the most leads last month?"
## Tools
| Tool | Type | What it does |
|------|------|--------------|
| `create_page` | write | Generate a new page in your workspace from a description |
| `edit_page` | write | Change an existing page from a plain-language instruction |
| `list_pages` | read | Standalone pages with publish status and live URL |
| `list_sites` | read | Multi-page websites and the pages inside them |
| `get_page` | read | Details for one page |
| `get_page_analytics` | read | Visitors, views, traffic sources, devices, countries, leads, revenue |
| `get_workspace_analytics` | read | Workspace overview with a per-page ranking |
## Install
### Cursor
Install from the Cursor marketplace, or add it manually in `~/.cursor/mcp.json`:
```json
{
"mcpServers": {
"simplepages": {
"url": "https://simplepages.ai/api/mcp"
}
}
}
```
### Gemini CLI
```bash
gemini extensions install https://github.com/simplepages-ai/simplepages-mcp
```
### Claude, ChatGPT and other clients
Add `https://simplepages.ai/api/mcp` as a custom connector. Full walkthrough at
https://simplepages.ai/mcp
## Connecting
Sign in with the Simplepages account you already have. No new account, and no API key. Pick which
workspace the assistant can reach, and revoke access from Settings whenever you want.
## Links
- Website: https://simplepages.ai
- Docs: https://simplepages.ai/mcp
- Support: apoorv@simplepages.ai
## License
MIT