TFS MCP Server
Provides tools for interacting with Git repositories on Azure DevOps/TFS, including listing repositories, branches, commits, and managing pull requests.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TFS MCP Serverlist my assigned work items"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 Tokens → New Token. Grant scopes: Work Items (Read & Write) and Code (Read & Write).
Related MCP server: Azure DevOps MCP Server
2. Configure environment
Variable | Required | Description |
| yes | Collection URL, e.g. |
| yes | The personal access token |
| no | Default project name (so you don't pass it every call) |
| no | REST API version (default |
| no |
|
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.jsOr add to .mcp.json / settings manually (see mcp.example.json).
Tools
General
tfs_list_projects
Work Items
tfs_query_work_items— run a WIQL querytfs_get_work_itemtfs_create_work_itemtfs_update_work_itemtfs_add_work_item_comment
Git / Pull Requests
tfs_list_repostfs_list_branchestfs_list_commitstfs_list_pull_requeststfs_get_pull_requesttfs_create_pull_request
This server cannot be installed
Maintenance
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