MCP Mat
Rank #17,124io.github.codelipenghui/mcp-mat
MCP server providing mat capabilities
MCP Mat is a Model Context Protocol (MCP) server published by codelipenghui. It ranks #17,124 of 132,046 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. MCP Mat is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 4, 2026 and most recently updated on Mar 19, 2026.
Ranks ahead of 114,922 of 132,046 servers on MCP Toplist.
Use MCP Mat
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-mat -e "MAT_HOME=<your MAT_HOME>" -e "JAVA_PATH=<your JAVA_PATH>" -e "MAT_XMX_MB=<your MAT_XMX_MB>" -- npx -y mcp-matReplace each placeholder with your own value before saving.
[mcp_servers.mcp-mat]
command = "npx"
args = ["-y", "mcp-mat"]
[mcp_servers.mcp-mat.env]
MAT_HOME = "<your MAT_HOME>"
JAVA_PATH = "<your JAVA_PATH>"
MAT_XMX_MB = "<your MAT_XMX_MB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-mat": {
"command": "npx",
"args": [
"-y",
"mcp-mat"
],
"env": {
"MAT_HOME": "<your MAT_HOME>",
"JAVA_PATH": "<your JAVA_PATH>",
"MAT_XMX_MB": "<your MAT_XMX_MB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-mat": {
"command": "npx",
"args": [
"-y",
"mcp-mat"
],
"env": {
"MAT_HOME": "<your MAT_HOME>",
"JAVA_PATH": "<your JAVA_PATH>",
"MAT_XMX_MB": "<your MAT_XMX_MB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-mat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-mat"
],
"env": {
"MAT_HOME": "<your MAT_HOME>",
"JAVA_PATH": "<your JAVA_PATH>",
"MAT_XMX_MB": "<your MAT_XMX_MB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-mat": {
"command": "npx",
"args": [
"-y",
"mcp-mat"
],
"env": {
"MAT_HOME": "<your MAT_HOME>",
"JAVA_PATH": "<your JAVA_PATH>",
"MAT_XMX_MB": "<your MAT_XMX_MB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-mat": {
"command": "npx",
"args": [
"-y",
"mcp-mat"
],
"env": {
"MAT_HOME": "<your MAT_HOME>",
"JAVA_PATH": "<your JAVA_PATH>",
"MAT_XMX_MB": "<your MAT_XMX_MB>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.codelipenghui%2Fmcp-mat)<a href="https://mcptoplist.com/server/io.github.codelipenghui%2Fmcp-mat"><img src="https://mcptoplist.com/badge/io.github.codelipenghui%2Fmcp-mat.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
codelipenghui
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 19, 2026 |
Frequently asked questions
- Who maintains MCP Mat?
- MCP Mat is maintained by codelipenghui, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is MCP Mat listed on the Official MCP Registry?
- Yes — MCP Mat is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Mat have?
- MCP Toplist tracks 1 version of MCP Mat, most recently published on Mar 19, 2026.
- Where can I find the source code for MCP Mat?
- The source code for MCP Mat is hosted at github.com/codelipenghui/mcp-mat.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.