Plasmate
Rank #983io.github.plasmate-labs/plasmate
MCP server providing plasmate capabilities
Plasmate is a Model Context Protocol (MCP) server published by plasmate-labs. It ranks #983 of 115,460 servers tracked on MCP Toplist, and its repository has 36 GitHub stars. Plasmate is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Mar 18, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 114,477 of 115,460 servers on MCP Toplist.
Use Plasmate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add plasmate -- npx -y plasmateclaude mcp add plasmate -- uvx plasmate[mcp_servers.plasmate]
command = "npx"
args = ["-y", "plasmate"]Add to ~/.codex/config.toml.
[mcp_servers.plasmate]
command = "uvx"
args = ["plasmate"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"plasmate": {
"command": "npx",
"args": [
"-y",
"plasmate"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"plasmate": {
"command": "uvx",
"args": [
"plasmate"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"plasmate": {
"command": "npx",
"args": [
"-y",
"plasmate"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"plasmate": {
"command": "uvx",
"args": [
"plasmate"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"plasmate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plasmate"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"plasmate": {
"type": "stdio",
"command": "uvx",
"args": [
"plasmate"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"plasmate": {
"command": "npx",
"args": [
"-y",
"plasmate"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"plasmate": {
"command": "uvx",
"args": [
"plasmate"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"plasmate": {
"command": "npx",
"args": [
"-y",
"plasmate"
]
}
}
}{
"mcpServers": {
"plasmate": {
"command": "uvx",
"args": [
"plasmate"
]
}
}
}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.plasmate-labs%2Fplasmate)<a href="https://mcptoplist.com/server/io.github.plasmate-labs%2Fplasmate"><img src="https://mcptoplist.com/badge/io.github.plasmate-labs%2Fplasmate.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
plasmate-labs
Available versions (3)
| Version | Published |
|---|---|
| 0.4.0 | Apr 2, 2026 |
| 0.4.1 | Mar 25, 2026 |
| 0.1.0 | Mar 18, 2026 |
Frequently asked questions
- Who maintains Plasmate?
- Plasmate is maintained by plasmate-labs, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Plasmate listed on the Official MCP Registry?
- Yes — Plasmate is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Plasmate have?
- MCP Toplist tracks 3 versions of Plasmate, most recently published on Apr 2, 2026.
- Where can I find the source code for Plasmate?
- The source code for Plasmate is hosted at github.com/plasmate-labs/plasmate-mcp.