What is the studio.kynth/core MCP server?
Documents to schema-valid JSON plus 38 more finished-job AI tools, on one credit wallet.
How to install studio.kynth/core
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
KYNTH_API_KEYrequiredsecretYour ParseRail API key (ksk_live_…). Free at api.kynth.studio/dashboard — 500 credits monthly, no card.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"@kynth/api-mcp"
],
"env": {
"KYNTH_API_KEY": "<YOUR_KYNTH_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"@kynth/api-mcp"
],
"env": {
"KYNTH_API_KEY": "<YOUR_KYNTH_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"@kynth/api-mcp"
],
"env": {
"KYNTH_API_KEY": "<YOUR_KYNTH_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kynth/api-mcp"
],
"env": {
"KYNTH_API_KEY": "<YOUR_KYNTH_API_KEY>"
}
}
}
}Claude Code
claude mcp add core --env KYNTH_API_KEY=<YOUR_KYNTH_API_KEY> -- npx -y @kynth/api-mcpRelated MCP servers
Eleven keyless lookups: model pricing, dep health, stack cost, registries, App Store readiness.