M

Matrix

Send and read Matrix chat messages.

·No reviews yet
Repo
Share:

About

Auto-generated

Matrix is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Matrix.

What is the Matrix MCP used for?
The Matrix MCP allows you to send and read messages within the Matrix decentralized communication network. It is typically used to integrate Matrix chat functionality into other applications or services.
How can I configure the Matrix MCP in a client like Cline?
Configuration in a client like Cline would generally involve providing the MCP's slug (matrix) and your API key. Specific steps may vary depending on the client's interface for adding new MCPs.
Does connecting to the Matrix MCP require an API key?
Yes, this Matrix MCP utilizes an API key for authentication. You will need to provide a valid API key to connect and interact with the Matrix network.
What are the capabilities of the Matrix MCP?
The Matrix MCP enables basic chat functionalities such as sending and receiving Matrix messages. It acts as an interface to the Matrix decentralized communication protocol.
Is there a cost to use the Matrix MCP?
This MCP is provided by the Community and its source is open-source. The cost of using the underlying Matrix network depends on the specific Matrix homeserver you choose to use or if you host your own.
Are there any prerequisites for using the Matrix MCP?
A key prerequisite for using this MCP is having access to a Matrix account and a corresponding API key. You will need to generate or obtain this key from your Matrix homeserver.

Install Matrix

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "matrix": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-matrix"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "matrix": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-matrix"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "matrix": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-matrix"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.