Weclapp MCP Server
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., "@Weclapp MCP Servercreate a new company called Acme Corp"
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.
Weclapp MCP Server
Weclapp is a cloud-based ERP and CRM platform designed for small and medium-sized enterprises. This Model Context Protocol (MCP) server provides an AI-powered connector for Weclapp with the following capabilities.
MCP Capabilities
Manage parties: companies and individuals
Related MCP server: ERPNext MCP Server
Setup the Server
Prerequisites
Before you begin, make sure you have:
Python 3.10+ installed
Weclapp tenant name
when logged in, you can find it in the URL:
https://<tenant>.weclapp.com
Weclapp API token
Log in and click your profile in the top-right corner
Go to My Settings
Scroll to the API Token section
Enter your password to unlock it
Click Add new API token to generate one.
Launch the Server
Replace WECLAPP_TENANT and WECLAPP_TOKEN with your actual values:
pip install -r requirements.txt
WECLAPP_TENANT=phuryoqpaxjvihl WECLAPP_TOKEN=4a6c6090-ed4b-4be4-bd09-1446600fd6ee python3 server.pyAdd MCP Capabilities
Any MCP-compatible AI client that supports HTTPS transport and MCP protocol can connect. Refer to the client's documentation for instructions on adding an MCP server.
Stdio mode:
"webclapp": {
"command": "python",
"args": ["/absolute/path/to/server.py"],
"env": {
"WECLAPP_TENANT": "phuryoqpaxjvihl",
"WECLAPP_TOKEN": "4a6c6090-ed4b-4be4-bd09-1446600fd6ee",
"TRANSPORT": "stdio"
}
}HTTP mode:
"webclapp": {
"url": "http://localhost:8000/mcp"
}Need support?
This Weclapp MCP Server is community-maintained. Fixes and improvements are driven by contributors - so you're encouraged to explore, debug, and extend it yourself. If you run into issues, feel free to open an issue or contribute a fix.
If you need dedicated support, you tell us what's broken, slow or embarrassing on https://codelev.com directly. In just 3 steps our AI agent will help you create a briefing for the contact - no preparation, no discovery phase and no calls needed.
License
This project is licensed under the Server Side Public License (SSPL) v1.0 - see the LICENSE file for details.
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
- FlicenseBqualityDmaintenanceMCP server for DACH accounting automation. Connect AI assistants to sevDesk and Lexoffice — create invoices, manage contacts, handle bookings and vouchers for German-speaking businesses.1531
- Alicense-qualityDmaintenanceThis MCP server connects ChatGPT to ERPNext, enabling AI-powered business analytics, report generation, and document management.MIT
- Alicense-qualityCmaintenanceAn MCP server that enables AI assistants to interact with Odoo ERP, allowing natural language queries, record creation, updates, and deletions.LGPL 3.0
- AlicenseAqualityCmaintenanceMCP server for Microsoft Dynamics 365 Business Central that enables AI assistants to query and manage Business Central data via full CRUD operations.623MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
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/codelev/weclapp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server