mcp-vue3-python
Generates Vue 3 CRUD code that uses Axios for API calls (table, edit, post, patch, delete).
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., "@mcp-vue3-pythonGenerate Vue 3 CRUD structure for CtreProfissionais module"
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.
mcp-vue3-python
Servidor MCP em Python que gera estrutura completa de CRUD Vue 3 (Composition API).
Instalação
cd mcp-vue3-python
pip install -r requirements.txtRelated MCP server: Splytin MCP Project Generator
Configuração no Claude Desktop
Edite o arquivo claude_desktop_config.json:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS / Linux:
~/Library/Application Support/Claude/claude_desktop_config.jsonConteúdo a adicionar:
{
"mcpServers": {
"mcp-vue3-python": {
"command": "python",
"args": ["-m", "mcp_vue3.app"]
}
}
}Windows com WSL/Docker: use
python3e ajuste o caminho conforme necessário.
Uso
No Claude, digite:
Utilize a tool gerar_crud do mcp mcp-vue3-python para gerar toda a estrutura de
arquivos e código para o seguinte módulo: CtreProfissionaisOu com caminho base customizado:
Utilize a tool gerar_crud do mcp mcp-vue3-python para gerar toda a estrutura de
arquivos e código para o módulo CtreProfissionais com base_path /meu-projeto/src/views/ctreProfissionaisArquivos gerados
Para o módulo CtreProfissionais com base_path padrão
/projeto-vue3/src/views/ctreProfissionais:
ctreProfissionais/
├── index.vue # Listagem com tabela e botões
├── services/
│ └── ctreProfissionaisService.js # axios: table, edit, post, patch, delete
├── components/
│ └── CtreProfissionaisForm.vue # Modal de criação/edição
├── store/
│ └── ctreProfissionaisStore.js # Pinia store
├── routes.js # Fragmento para router/index.js
└── README.md # Documentação do móduloRegras
Pastas existentes são reaproveitadas (nunca recriadas do zero).
Arquivos existentes são preservados — o servidor reporta
⚠️ Já existe (mantido)e não sobrescreve.Arquivos novos são criados e reportados com
✅ Criado.
Nomenclatura automática
Entrada (PascalCase) | Derivado | Exemplo |
| kebab-case |
|
| camelCase |
|
| snake_case |
|
| campo ID |
|
| rota base |
|
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server that automates code generation for web development, specializing in creating TypeScript API clients from Swagger/OpenAPI specs and Vue.js components for frontend development.Last updated316MIT
- Flicense-qualityBmaintenanceAn MCP server that enables the automated creation and scaffolding of Python Django, React, and PHP projects. It provides tools for initializing new project structures and generating Django CRUD components.Last updated1
- Alicense-qualityDmaintenanceAn MCP server that scaffolds full-stack projects with consistent structure, Docker setup, CI/CD pipelines, and database configuration.Last updatedMIT
- AlicenseAqualityDmaintenanceA unified MCP server for scaffolding project structures across multiple frameworks including Spring Boot, React, Vue, Next.js, FastAPI, Django, Flask, Express, and more.Last updated2231MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for Google Veo AI video generation
Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…
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/gsccoelho/mcp-vue3-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server