MCP Server
MCP
Napkin
Napkin AI visual generation MCP server for Model Context Protocol hosts
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-napkin",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Napkin AI API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NAPKIN_API_KEY"
},
{
"description": "Workspace directory for saving generated visuals",
"format": "filepath",
"name": "MCP_WORKSPACE_PATH"
},
{
"description": "Outbound HTTP request timeout in milliseconds (max 1800000)",
"format": "number",
"default": "60000",
"name": "NAPKIN_REQUEST_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment