typescript-sdk
servers
typescript-sdk | servers | |
---|---|---|
19 | 140 | |
9,526 | 66,483 | |
7.1% | 7.0% | |
9.9 | 9.9 | |
about 17 hours ago | 1 day ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
typescript-sdk
-
Building Your First MCP Server: A Beginner’s Guide
Model Context Protocol Documentation - Complete MCP reference Typescript SDK
-
Introducing the dev.to MCP server
View on GitHub
- Building My First MCP Server with TypeScript: A Beginner’s Journey
-
LM Studio is now an MCP Host
For TypeScript you can refer to https://github.com/modelcontextprotocol/typescript-sdk/blob/...
There isn't much documentation available right now but you can ask coding agent eg. Claude Code to generate an example.
-
Serving TSDoc to LLMs with an MCP Server
@modelcontextprotocol/sdk: MCP server framework
-
Creating an MCP Server for the Pulsar Editor
At the time of this writing, this is little more than a proof of concept as a combination of the starter Pulsar package-generator package, the Atom package creation tutorial and the example from the official MCP Typescript SDK with some editor tool functions registered. Hopefully it will become more soon, since I am looking forward to actually using it to build stuff!
-
Turning Your Database Into an MCP Server With Auth
MCP TypeScript SDK
-
Getting Started: Build a Model Context Protocol Server
For this, we're going to use McpServer from the modelcontextprotocol SDK. The SDK supports: Resources, Tools, Prompts. However for this demo we'll only need tools.
-
Boost VS Code Copilot with MCP Servers: A Detailed Guide
Building a custom MCP server is straightforward with the right tools. While servers can be written in any language supporting stdout, official SDKs simplify the process. The TypeScript SDK is a great starting point.
-
The Future of MCPs
For me it was implementing a simple `execute_terminal_command` tool along with hooking up to my company's jira and gitlab (dont worry security gurus, for the command line, I have a hardcoded list of allowed read-only commands that the LLM can execute, and both jira and gitlab servers likewise have readonly options.
What I will say is I agree there should be an option to get rid of the chat confirmations of every single new tool call in a chat - as well as building a set of "profiles" of different tools depending what I'm working on. Also strongly agree there needs to be an internal prompt possibility to explicitely tell the LLM what tool(s) to favor and how to use them (even in addition to the descriptions / schemas of the tools themselves) I opened an issue on the anthropic repo exactly about this: https://github.com/modelcontextprotocol/typescript-sdk/issue...
servers
-
How to Build and Deploy an SSE MCP Server with OAuth in Rust
AI agents have become integral to modern development workflows, transforming how we build and maintain software. While these tools are already powerful, they reach their full potential when enhanced with MCP (Model Context Protocol) servers that extend their capabilities through specialized tools and integrations.
-
GitHub MCP Server Deep Dive and Context Engineering
MCP Server Lists: modelcontextprotocol/servers
-
How to Build a stdio MCP Server in Rust
AI agents are transforming how we work, but they're often limited by their training data. MCP (Model Context Protocol) servers bridge this gap by giving AI agents access to real-time data, external APIs, and custom tools.
-
My 2025 Roundup of Must-Know MCP Servers
GitHub MCP
-
Supercharge Your Development Workflow with MCP GitHub Integration
Option 2: Community MCP Servers Several community-maintained servers are available in the MCP servers repository.
- Experimenting with Gemini, MCP, Agentic AI and Android
-
# Why I Built MCP Client Generator (And Why You Should Care)
Official MCP servers - GitHub repo includes filesystem, GitHub, GitLab, Slack, and Google Drive implementations
-
From Figma to Production Code in 30 Minutes: A Systematic AI-Assisted Workflow
The Figma MCP server provides programmatic access to Figma files through a standardized interface. Unlike the REST API, MCP provides structured access optimized for AI context.
-
Building My First MCP Server: Scratching That Obsidian Itch
Model Context Protocol Specification
-
How to Build an MCP Server in TypeScript
MCP (Model Context Protocol) is an open protocol that enables AI assistants like Claude to interact with external tools and data sources. It's basically a standardized way for AI to use your APIs. You can read more in the official docs.
What are some alternatives?
python-sdk - The official Python SDK for Model Context Protocol servers and clients
inspector - Visual testing tool for MCP servers
specification - Specification and documentation for the Model Context Protocol [Moved to: https://github.com/modelcontextprotocol/modelcontextprotocol]
mcp-notion-server