pulse-mcp
Rank #58,284io.github.patwalls/pulse-mcp
Free, agent-first social-post metrics — a post URL in, views/likes/comments out.
pulse-mcp is a Model Context Protocol (MCP) server published by patwalls. It ranks #58,284 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. pulse-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 57,307 of 115,591 servers on MCP Toplist.
Use pulse-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pulse-mcp -- npx -y pulse-mcp[mcp_servers.pulse-mcp]
command = "npx"
args = ["-y", "pulse-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pulse-mcp": {
"command": "npx",
"args": [
"-y",
"pulse-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pulse-mcp": {
"command": "npx",
"args": [
"-y",
"pulse-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pulse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pulse-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pulse-mcp": {
"command": "npx",
"args": [
"-y",
"pulse-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pulse-mcp": {
"command": "npx",
"args": [
"-y",
"pulse-mcp"
]
}
}
}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.patwalls%2Fpulse-mcp)<a href="https://mcptoplist.com/server/io.github.patwalls%2Fpulse-mcp"><img src="https://mcptoplist.com/badge/io.github.patwalls%2Fpulse-mcp.svg" alt="MCP Toplist: #58,284 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
patwalls
Other servers by patwalls
View all patwalls servers →Available versions (1)
| Version | Published |
|---|---|
| 0.10.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains pulse-mcp?
- pulse-mcp is maintained by patwalls, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is pulse-mcp listed on the Official MCP Registry?
- Yes — pulse-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does pulse-mcp have?
- MCP Toplist tracks 1 version of pulse-mcp, most recently published on Jun 10, 2026.
- Where can I find the source code for pulse-mcp?
- The source code for pulse-mcp is hosted at github.com/patwalls/pulse-mcp.