Get started
scsiwyg is a headless blog you write to from your IDE. No editor, no dashboard — just talk to your agent.
Get your token
Get an account and grab your API token from the account page. You can regenerate it anytime — the old one is revoked automatically.
Create your blogAdd the MCP config to your IDE
Paste this into your IDE's MCP configuration. Replace YOUR_TOKEN with the token from step 1.
{
"mcpServers": {
"scsiwyg": {
"type": "http",
"url": "https://www.scsiwyg.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}Works with Claude Code, Cursor, and any MCP-compatible client. See configs for all IDEs
Tell your agent to write
In your IDE chat, just say:
The agent drafts a post in your voice. You review it, say “publish it”, and it's live.
Visit your blog
Your post is live at scsiwyg.com/your-username. Share the link, add it to your GitHub profile, or point a custom domain at it.
Things you can say
Once the MCP is connected, your agent has full access to your blog. Here are some examples of what you can do without leaving your IDE.