html-idea-mcp
html-idea-mcp
Servidor MCP que estructura ideas de desarrollo y las guarda como archivos HTML.
Claude Code CLI → guarda archivos localmente en modo stdio
claude.ai Web → se despliega y se usa en modo HTTP/SSE
Herramientas
Herramienta | Descripción |
| Genera HTML a partir de una idea |
| Muestra la lista de ideas guardadas (solo modo CLI) |
Parámetros de create_idea
Parámetro | Tipo | Descripción |
| string | Título (obligatorio) |
| string | Resumen en una frase (obligatorio) |
| string | Contexto y problema que se quiere resolver |
| string[] | Lista de funciones principales |
| string[] | Tecnologías y bibliotecas utilizadas |
| object[] | Fases de desarrollo ( |
| string | Notas y aclaraciones |
|
| Prioridad (por defecto: |
|
| Estado (por defecto: |
| string | Directorio de destino (solo modo CLI) |
Related MCP server: Dev Notes MCP Server
A. Uso con Claude Code CLI (local)
git clone https://github.com/SOOJUNBARNG/Claude_base_html_make_MCP.git
cd Claude_base_html_make_MCP
npm install
npm run buildRegistrar el servidor MCP
claude mcp add html-idea-mcp node /path/to/Claude_base_html_make_MCP/dist/index.jsAlternativamente, al iniciar claude en este directorio, .mcp.json se carga automáticamente.
B. Uso con claude.ai Web (desplegado)
Desplegar en Railway
Inicia sesión en railway.app
«New Project» → «Deploy from GitHub repo» → selecciona este repositorio
Configura la variable de entorno
START_MODE=httpTras completar el despliegue, comprueba la URL emitida (ej.:
https://html-idea-mcp-xxxx.up.railway.app)
Registrar en claude.ai
Abre claude.ai y haz clic en «+» → «Conectores» → «Gestionar conectores» en el campo de entrada del chat
Selecciona «Añadir servidor MCP personalizado»
Introduce la URL del endpoint SSE:
https://あなたのURL.up.railway.app/sseGuarda y activa
Probar el modo HTTP localmente
npm run dev:httpComprueba el funcionamiento en otro terminal:
curl http://localhost:3000/healthPila tecnológica
TypeScript / Node.js
Express + CORS (modo HTTP/SSE)
Zod (validación de esquemas)
This 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
- -licenseCqualityDmaintenanceGenerates project specifications and file structures using Claude AI through MCP integration. Enables users to describe project ideas and automatically create corresponding documentation and project files.1
- FlicenseNot gradedqualityDmaintenanceEnables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, and meeting summaries.
- FlicenseAqualityDmaintenanceEnables creating, viewing, and managing articles and projects via Claude Code and Cursor, with tools for project search, article creation, and content retrieval.5
- FlicenseNot gradedqualityBmaintenanceEnables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.13
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.
Read, edit, publish, and preview your pepita websites from Claude.
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/SOOJUNBARNG/Claude_base_html_make_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server