How to Use the New York Times MCP in VS Code Copilot
Let VS Code Copilot pull real-time New York Times stories and book lists directly into your team's workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect New York Times MCP to VS Code Copilot
Create your Vinkius account to connect New York Times to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pull live New York Times data into VS Code Copilot
The `get_top_stories` tool pulls live New York Times headlines directly into VS Code Copilot for any news section. By committing this New York Times config to your repo, every developer on your team gets the same live news context automatically inside VS Code Copilot. This New York Times MCP Server setup ensures your team works with actual news payloads inside VS Code Copilot. You do not have to guess how the New York Times structures its metadata when writing your application logic in VS Code.
Search archival New York Times pieces in VS Code Copilot
Using `get_archive` retrieves historical New York Times context inside VS Code Copilot without opening a browser tab. When you are writing data pipelines, the tool pulls New York Times articles from any month in history to populate your VS Code Copilot test suite. For targeted lookups, the VS Code Copilot agent runs `search_articles` to find specific New York Times keywords. You get the exact New York Times matches injected right where you are typing in VS Code.
Analyze popular New York Times content in VS Code Copilot
Running `get_most_shared` lets VS Code Copilot use this New York Times MCP Server to pull the most popular articles to help you build recommendation engines using real engagement metrics. You see exactly what is trending across the New York Times right inside your VS Code editor. If you need to test email newsletter integrations, the VS Code Copilot agent calls `get_most_emailed` to fetch the top-performing New York Times pieces. This gives you the actual New York Times data to test your delivery layouts in VS Code.
Set up New York Times MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the New York Times MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the New York Times tools listed. Try asking: "List my recent New York Times transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"new-york-times-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by New York Times. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about New York Times MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the New York Times MCP today
We host it, we monitor it, we maintain it. You just paste one token.