Smithery AI Cookbook Ts Smithery CLI MCP Server

A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This example demonstrates how you can host streamable HTTP servers on Smithery using smithery/cli, with STDIO support for backwards compatibility. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2025-09-23 · ★ 20 · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Smithery AI Cookbook Ts Smithery CLI

Claude Code

claude mcp add smithery-ai-smithery-cookbook-servers-ty --transport http https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "smithery-ai-smithery-cookbook-servers-ty": {
      "url": "https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to server.smithery.ai

repository archived on GitHub - read-only; no future fixes, security or otherwise

license MIT - declared in the repository

registry vendor namespace ai.smithery - domain-verified with the official MCP registry

03 · Who maintains Smithery AI Cookbook Ts Smithery CLI

smithery-ai-cookbook-ts-smithery-cli is maintained by smithery-ai. We track 7 MCP servers from smithery-ai - 0 actively maintained, 20 combined GitHub stars, oldest repo from Jul 2025.

  1. smithery-ai-cookbook-python-quickstart A simple MCP server built with FastMCP and python ★ 20

04 · Facts

category
other - dead as of 2026-08-25.
registry
ai.smithery/smithery-ai-cookbook-ts-smithery-cli (active, first published 2025-09-13)

05 · Smithery AI Cookbook Ts Smithery CLI FAQ

What is Smithery AI Cookbook Ts Smithery CLI?

A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This example demonstrates how you can host streamable HTTP servers on Smithery using smithery/cli, with STDIO support for backwards compatibility. It is available as a remote MCP endpoint.

Is Smithery AI Cookbook Ts Smithery CLI still maintained?

Its last commit was 2025-09-23 (as of 2026-08-25) - we classify it as dead.

How do I install Smithery AI Cookbook Ts Smithery CLI?

Run `claude mcp add smithery-ai-smithery-cookbook- --transport http https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp`. You can also paste the ready-made client config above.

06 · Alternatives to Smithery AI Cookbook Ts Smithery CLI