Scrivener MCP
Rank #1,519io.github.writerslogic/scrivener-mcp
MCP server for Scrivener: read, write, analyze, and search your manuscripts with AI assistants.
Scrivener MCP is a Model Context Protocol (MCP) server published by writerslogic. It ranks #1,519 of 115,460 servers tracked on MCP Toplist, and its repository has 48 GitHub stars. Scrivener MCP is listed across 3 registries — Official MCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Sep 4, 2025 and most recently updated on Jul 25, 2026.
Ranks ahead of 113,941 of 115,460 servers on MCP Toplist.
Use Scrivener MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scrivener-mcp -- npx -y scrivener-mcp[mcp_servers.scrivener-mcp]
command = "npx"
args = ["-y", "scrivener-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"scrivener-mcp": {
"command": "npx",
"args": [
"-y",
"scrivener-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scrivener-mcp": {
"command": "npx",
"args": [
"-y",
"scrivener-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scrivener-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scrivener-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scrivener-mcp": {
"command": "npx",
"args": [
"-y",
"scrivener-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scrivener-mcp": {
"command": "npx",
"args": [
"-y",
"scrivener-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.writerslogic%2Fscrivener-mcp)<a href="https://mcptoplist.com/server/io.github.writerslogic%2Fscrivener-mcp"><img src="https://mcptoplist.com/badge/io.github.writerslogic%2Fscrivener-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
writerslogic
Other servers by writerslogic
View all writerslogic servers →Available versions (4)
| Version | Published |
|---|---|
| 0.12.0 | Jul 25, 2026 |
| 0.11.0 | Jul 24, 2026 |
| 0.10.0 | Jul 23, 2026 |
| 0.9.3 | Jul 13, 2026 |
Frequently asked questions
- Who maintains Scrivener MCP?
- Scrivener MCP is maintained by writerslogic, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Scrivener MCP listed on the Official MCP Registry?
- Yes — Scrivener MCP is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Scrivener MCP have?
- MCP Toplist tracks 4 versions of Scrivener MCP, most recently published on Jul 25, 2026.
- Where can I find the source code for Scrivener MCP?
- The source code for Scrivener MCP is hosted at github.com/writerslogic/scrivener-mcp.