Pagecast
Rank #9,391io.github.mcpware/pagecast
MCP server providing pagecast capabilities
Pagecast is a Model Context Protocol (MCP) server published by mcpware. It ranks #9,391 of 115,460 servers tracked on MCP Toplist, and its repository has 43 GitHub stars. Pagecast is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Mar 21, 2026.
Ranks ahead of 106,069 of 115,460 servers on MCP Toplist.
Use Pagecast
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pagecast -- npx -y @mcpware/pagecast[mcp_servers.pagecast]
command = "npx"
args = ["-y", "@mcpware/pagecast"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pagecast": {
"command": "npx",
"args": [
"-y",
"@mcpware/pagecast"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pagecast": {
"command": "npx",
"args": [
"-y",
"@mcpware/pagecast"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pagecast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcpware/pagecast"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pagecast": {
"command": "npx",
"args": [
"-y",
"@mcpware/pagecast"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pagecast": {
"command": "npx",
"args": [
"-y",
"@mcpware/pagecast"
]
}
}
}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.mcpware%2Fpagecast)<a href="https://mcptoplist.com/server/io.github.mcpware%2Fpagecast"><img src="https://mcptoplist.com/badge/io.github.mcpware%2Fpagecast.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
mcpware
Other servers by mcpware
- Claude Code Organizer#2,657 · 15 vers
- Instagram MCP#11,626 · 2 vers
- Logoloom#11,627 · 2 vers
- Ui Annotator MCP#12,386 · 4 vers
- notebooklm-api#59,475
Available versions (3)
| Version | Published |
|---|---|
| 0.2.1 | Mar 21, 2026 |
| 0.2.0 | Mar 21, 2026 |
| 0.1.0 | Mar 20, 2026 |
Frequently asked questions
- Who maintains Pagecast?
- Pagecast is maintained by mcpware, which publishes 6 MCP servers (26 total versions) tracked on MCP Toplist.
- Is Pagecast listed on the Official MCP Registry?
- Yes — Pagecast is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Pagecast have?
- MCP Toplist tracks 3 versions of Pagecast, most recently published on Mar 21, 2026.
- Where can I find the source code for Pagecast?
- The source code for Pagecast is hosted at github.com/mcpware/pagecast.