The tinystruct-mcp is an extensible MCP server based on tinystruct framework via the Model Context Protocol (MCP).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tinystruct-mcp": {
"command": "npx",
"args": [
"-y",
"tinystruct/tinystruct-mcp"
]
}
}
}
Run in terminal:
claude mcp add tinystruct-mcp npx -y tinystruct/tinystruct-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tinystruct-mcp": {
"command": "npx",
"args": [
"-y",
"tinystruct/tinystruct-mcp"
]
}
}
}