UNPKG
structurize-mcp
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Anthropic MCP Server for generating structured CSV files from natural language descriptions
structurize-mcp
/
claude_desktop_config_example.json
14 lines
•
298 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"mcpServers"
:
{
"csv-generator"
:
{
"command"
:
"node"
,
"args"
:
[
"/absolute/path/to/structurize-mcp/build/index.js"
,
"--gemini-api-key"
,
"YOUR_GEMINI_API_KEY_HERE"
,
"--csv-dir"
,
"/absolute/path/to/csv_output_directory"
]
}
}
}