Skip to main content
Glama

TFS MCP Server

An MCP server (Node.js) that bridges Claude Code with an on-premise Azure DevOps Server / TFS collection (set your own collection URL via TFS_ORG_URL).

Auth: Personal Access Token (PAT).

1. Generate a PAT

In TFS: top-right avatar → Security / Personal Access TokensNew Token. Grant scopes: Work Items (Read & Write) and Code (Read & Write).

Related MCP server: Azure DevOps MCP Server

2. Configure environment

Variable

Required

Description

TFS_ORG_URL

yes

Collection URL, e.g. https://your-tfs-server/YourCollection

TFS_PAT

yes

The personal access token

TFS_PROJECT

no

Default project name (so you don't pass it every call)

TFS_API_VERSION

no

REST API version (default 7.1; try 6.0 if a call 404s)

TFS_IGNORE_SSL

no

true to skip TLS cert verification (use if the internal CA isn't trusted)

3. Register with Claude Code

claude mcp add tfs \
  --env TFS_ORG_URL=https://your-tfs-server/YourCollection \
  --env TFS_PAT=<your-pat> \
  --env TFS_PROJECT=<your-default-project> \
  --env TFS_IGNORE_SSL=true \
  -- node /absolute/path/to/tfs-mcp-server/src/index.js

Or add to .mcp.json / settings manually (see mcp.example.json).

Tools

General

  • tfs_list_projects

Work Items

  • tfs_query_work_items — run a WIQL query

  • tfs_get_work_item

  • tfs_create_work_item

  • tfs_update_work_item

  • tfs_add_work_item_comment

Git / Pull Requests

  • tfs_list_repos

  • tfs_list_branches

  • tfs_list_commits

  • tfs_list_pull_requests

  • tfs_get_pull_request

  • tfs_create_pull_request

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abdulrahman-nabil99/azure-devops-tfs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server