An MCP server that allows Claude to access and analyze your writing from platforms like Substack and Medium, providing personalized assistance with writing based on existing content.
SubstackMediumClaudewritingblogembeddingssemantic searchcontext toolcontext
Installation & Configuration
{
"mcpServers": {
"writer-tool": {
"command": "${UV_PATH}",
"args": [
"--directory",
"$(pwd)",
"run",
"writer_tool.py"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2025/4/10
Updated
2026/6/8