mcp-wisembly
Wisembly
Documentation
MCP Server Wisembly
First step
This MCP Server is designed to interact with the Wisembly API. It provides a set of tools to fetch event data from the Wisembly API.
Setup
1. Clone the repository
2. Install the dependencies using
npm install3. Build the project
npm run buildTools
- `get_wisembly_event`: Fetch event data from the Wisembly API for any keyword (on PRP only for the moment)
Environment Variables
- `API_TOKEN`: Your Wisembly API token. This is required for several futurs endpoints (POST, GET, DELETE, etc…).
Error Handling
The server defines several custom error classes to handle different types of errors:
- `WisemblyApiError`: Base error class for all Wisembly API errors
- `WisemblyNotFoundError`: Thrown when an event is not found
- `WisemblyUnauthorizedError`: Thrown when unauthorized access to the Wisembly API is detected
- `WisemblyServerError`: Thrown when a server error occurs in the Wisembly API
Response Formatting
The server uses a custom response formatter to format the data returned from the Wisembly API. The formatter includes fields such as event ID, name, description, status, start date, end date, location, organizer, participants, and URL.
Configuration
{
"mcpServers": {
"mcpWisembly": {
"command": "/usr/local/bin/node",
"args": ["/{your-path}/build/index.js"],
"env": {
"API_TOKEN": "your_api_token"
}
}
}
}Examples :
Frequently asked questions
What is mcp-wisembly?
mcp-wisembly is Wisembly
How do I install mcp-wisembly?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-wisembly open source?
Yes — it is hosted on GitHub at https://github.com/juliengrelet/mcp-wisembly and has 1 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP