# Newly-Created MCP Server Repos on GitHub (2026)

**Use case:** 

Recently-created MCP (Model Context Protocol) server repos on GitHub from 2026, with stars and dates. Agent-tool directories and AI newsletters track them here.

## Input

```json
{
  "query": "topic:mcp-server created:>2026-01-01 stars:>20",
  "type": "repositories",
  "sort": "updated",
  "maxItems": 100
}
```

## Output

```json
{
  "fullName": {
    "label": "Repository",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Scraper](https://apify.com/dami_studio/github-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/github-scraper) to learn more, explore other use cases, and run it yourself.