Loading MCP server directory, please wait...
A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This…
npx @getmcp/cli add ai.smithery/smithery-ai-cookbook-ts-smithery-cliRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer token for Smithery authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.smithery/smithery-ai-cookbook-ts-smithery-cli": {
"url": "https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {smithery_api_key}"
}
}
}
}