Weclapp MCP Server
An MCP server that enables AI to manage parties (companies and individuals) in the Weclapp ERP/CRM platform.
README
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
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
- when logged in, you can find it in the URL:
- 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.py
Add 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.