typeship
Rank #8,262dev.typeship/typeship
Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.
typeship is a Model Context Protocol (MCP) server published by typeship-ax. It ranks #8,262 of 115,460 servers tracked on MCP Toplist. typeship is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 21, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 107,198 of 115,460 servers on MCP Toplist.
Use typeship
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http typeship https://typeship.dev/mcp-oauthclaude mcp add --transport http typeship https://typeship.dev/mcpclaude mcp add typeship -e "TYPESHIP_TOKEN=<your TYPESHIP_TOKEN>" -- npx -y @typeship-ax/mcpReplace each placeholder with your own value before saving.
[mcp_servers.typeship]
url = "https://typeship.dev/mcp-oauth"Add to ~/.codex/config.toml.
[mcp_servers.typeship]
url = "https://typeship.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.typeship]
command = "npx"
args = ["-y", "@typeship-ax/mcp"]
[mcp_servers.typeship.env]
TYPESHIP_TOKEN = "<your TYPESHIP_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://typeship.dev/mcp-oauthSettings → Connectors → “Add custom connector”, then paste this URL.
https://typeship.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"typeship": {
"command": "npx",
"args": [
"-y",
"@typeship-ax/mcp"
],
"env": {
"TYPESHIP_TOKEN": "<your TYPESHIP_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"typeship": {
"url": "https://typeship.dev/mcp-oauth"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"typeship": {
"url": "https://typeship.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"typeship": {
"command": "npx",
"args": [
"-y",
"@typeship-ax/mcp"
],
"env": {
"TYPESHIP_TOKEN": "<your TYPESHIP_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"typeship": {
"type": "http",
"url": "https://typeship.dev/mcp-oauth"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"typeship": {
"type": "http",
"url": "https://typeship.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"typeship": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@typeship-ax/mcp"
],
"env": {
"TYPESHIP_TOKEN": "<your TYPESHIP_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"typeship": {
"serverUrl": "https://typeship.dev/mcp-oauth"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"typeship": {
"serverUrl": "https://typeship.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"typeship": {
"command": "npx",
"args": [
"-y",
"@typeship-ax/mcp"
],
"env": {
"TYPESHIP_TOKEN": "<your TYPESHIP_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"typeship": {
"url": "https://typeship.dev/mcp-oauth"
}
}
}{
"mcpServers": {
"typeship": {
"url": "https://typeship.dev/mcp"
}
}
}{
"mcpServers": {
"typeship": {
"command": "npx",
"args": [
"-y",
"@typeship-ax/mcp"
],
"env": {
"TYPESHIP_TOKEN": "<your TYPESHIP_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.typeship%2Ftypeship)<a href="https://mcptoplist.com/server/dev.typeship%2Ftypeship"><img src="https://mcptoplist.com/badge/dev.typeship%2Ftypeship.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
typeship-ax
Other servers by typeship-ax
View all typeship-ax servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.0 | Aug 23, 2026 |
| 0.1.0 | Aug 21, 2026 |
Frequently asked questions
- Who maintains typeship?
- typeship is maintained by typeship-ax, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is typeship listed on the Official MCP Registry?
- Yes — typeship is listed on the Official MCP Registry, alongside Glama.
- How many versions does typeship have?
- MCP Toplist tracks 2 versions of typeship, most recently published on Aug 23, 2026.
- Where can I find the source code for typeship?
- The source code for typeship is hosted at github.com/typeship-ax/typescript.