Use SoWhatify in Cursor
Add SoWhatify to Cursor as an MCP server and read documentation, release notes or a specification through your own templates.
- Access token
- 3 steps to set up
- Free — your client brings the model
Setting it up
- Settings → MCP → Add custom MCP server
- Choose Streamable HTTP
- Paste the block below into mcp.json
{
"mcpServers": {
"sowhatify": {
"type": "http",
"url": "https://sowhatify.com/mcp/",
"headers": {
"Authorization": "Bearer {{TOKEN}}"
}
}
}
}
How it signs you in
A personal access token, created on your account page and pasted into the client. This client does not do the browser sign-in, so the token is the way in. A token never travels in a URL, and every credential is stored as a hash.
Checking it worked
Ask for this in the client. It reads nothing and changes nothing.
Call the sowhatify tool whoami and tell me what it says.
It comes back with the account the connection is attached to and which scopes it holds. An anonymous connection answers too, and says that it is anonymous.
If it does not work
The client lists no tools
The URL must end in a slash. A request to /mcp is answered with a redirect that some clients turn into the wrong kind of request; /mcp/ avoids it.
Sign-in opens and nothing happens
The approval page has to be opened in the same browser you are signed into. Approving in a different browser cannot reach the client that asked.
Tools appear but every call is refused
The connection has a scope it needs missing. Reconnect and approve all three, or check the connection on your account page.
Deep research or agent modes see nothing
Some modes only accept a specific search-and-fetch tool pair that this server does not implement. Use the normal conversation.
Questions
Does my article text pass through SoWhatify?
No. The tools return a run brief — the questions and your profile — and your AI client is the model that answers it. The page text goes from your client to its own model provider, never through this server.
Do I need an API key?
Not for this. Your AI client already has a model; SoWhatify supplies the template and the profile. A provider key is only needed for the browser extension and for Dropboxes.
Can I publish a template from here?
No, and that is permanent. Creating and editing work over MCP and always produce a private record. Publishing is a public act and happens on the website.