- Home
- MCP servers
- Satori Syntax
Satori Syntax
- typescript
2
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nogu66-satorify-mcp": {
"command": "npx",
"args": [
"@shuhary/satorify-mcp@latest"
]
}
}
}You have an MCP server that generates concise 140-character satori syntax prompts for X (Twitter) posts using a structured MCP workflow. It offers fast, template-based generation and is designed to be quick to run with deterministic, pattern-driven outputs that suit a variety of audiences and scenarios.
How to use
Install and run the Satori Syntax MCP server with your MCP client. Use the provided stdio configuration to launch the server locally, or add it to your MCP client’s server list so you can request さとり構文 patterns directly.
How to install
Prerequisites you need before you begin:
- Node.js 18 or later must be installed on your system
- An MCP client that supports MCP stdio servers (such as Claude Desktop, Cursor, Windsurf, Goose, or VS Code GP/Copilot)
Step-by-step commands to set up the MCP server configuration for your client. Use the standard setup to expose the server as generate_satorify via npx.
{
"mcpServers": {
"generate_satorify": {
"command": "npx",
"args": [
"@shuhary/satorify-mcp@latest"
]
}
}
}
Additional setup options
You can also add the MCP server using CLI integrations shown below. Pick the method that matches your client of choice and keep the configuration consistent across tools.
claude mcp add generate_satorify npx @shuhary/satorify-mcp@latest
code --add-mcp '{"name":"generate_satorify","command":"npx","args":["@shuhary/satorify-mcp@latest"]}'
Configuration and usage notes
The server exposes a single MCP endpoint named generate_satorify. Use this name in your MCP client configuration to request さとり構文 generation with the following parameters: structure_type (A–E), target_audience, message_content, expected_action, and an optional news_content for C and D types.
Available tools
generate_satori_syntax
Generates a satori syntax post based on specified structure type, audience, message content, and expected action, returning a concise 140-character output.
get_satori_structure_types
Retrieves the list of available satori syntax structure types (A, B, C, D, E) that you can use for post generation.