matrix-mcp-server

matrix-mcp-server

3.3

If you are the rightful owner of matrix-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

matrix-mcp is an MCP server implemented in TypeScript for interacting with a Matrix homeserver.

The matrix-mcp server is a TypeScript-based Model Context Protocol (MCP) server designed to facilitate interactions with a Matrix homeserver. It provides a suite of tools that allow users to connect to a Matrix server, list joined rooms, fetch room messages, and perform other related tasks. The server is built to be used in a development environment, with a focus on ease of setup and use. It requires Node.js 20 or higher and npm for installation and operation. The server can be tested using the Inspector tool, and it is recommended to obtain an access token via the connect-matrix tool before testing. The project is open-source and licensed under the MIT License, making it accessible for further development and customization.

Features

  • Connect to a Matrix server
  • List joined rooms
  • Fetch room messages
  • Implemented in TypeScript
  • Open-source under MIT License