How to Use the Matrix/Element MCP in Cursor
Write code that interacts with Matrix/Element rooms directly inside Cursor using live room states and messaging tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Matrix/Element MCP to Cursor
Create your Vinkius account to connect Matrix/Element to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate room administration within Cursor Agent
The `create_room` tool builds new communication channels directly from your Cursor agent workspace. You can script room setups, define aliases, and set initial configurations without leaving your active code files. If access rules change, `set_room_state` updates room configurations while `get_room_state` reads current parameters. Cursor uses these tools to verify room states before generating code that relies on specific permissions.
Send automated notifications and media from Cursor
The `send_message` tool posts build alerts, code snippets, or status updates directly to your Matrix rooms. Cursor passes raw text or custom events straight to the homeserver API. To share assets like logs or screenshots, `upload_media` handles the file transfer to the homeserver. The agent then gets an MXC URI, allowing your Cursor code to reference the media in subsequent messages.
Synchronize client state using this MCP Server
The `sync_client` tool pulls the latest message timelines and events to keep Cursor updated on room activity. This MCP Server ensures your coding agent works with live data rather than stale, hardcoded mock responses. If a user is not yet in a room, the agent executes `join_room` or `knock_room` to establish the connection. This lets your Cursor workflow adapt dynamically to real-time chat environments.
Set up Matrix/Element MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Matrix/Element MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Matrix/Element transactions." If the MCP tools are loaded correctly, Cursor will call the Matrix/Element tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"matrixelement-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Matrix. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Matrix/Element MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Matrix/Element MCP today
We host it, we monitor it, we maintain it. You just paste one token.